B
boggle-eyed
I Have created a form f_hours that has multiple records of different types, i
am a paramedic for a large metropolitan city, the data i enter is shift code,
shift start date, vehicle used, partner (if i am not solo deployed) these
values i obtain from comboboxes i have also created.
The problem I have is that when i am activated to an incident i am given
details of the job, referenced by a PATIENT REPORT FORM (PRF), The first part
of this is a seven digit number which i thought i could useas an ID on a
seperate table t_ jobs and so placed 7 control boxes on f_hours for
activations one to seven, entering prf numbers 1 to 7. is there a code that
will automatically scroll through the seven control boxes and open up seven
instances of f_jobs for me to complete the rest of the required data entry
into these forms, can it also be set to ensure that if incase of a vehicle
breakdown and i not getting attivated seven times look for a null entry thus
stopping and by the same token be expanded to look for more than seven
activations which using t_hours ID of hoID to link to t_more where i can link
the extra activations to the rest of the shift details.
I know that you are going to ask me why if i am going to enter the extra
activations on a seperate table why dont i just use three tables from the
start, and link them. i wish to use my pda whilst at work to email an update
back, and can only see this working if i just have one form, hence the seven
activations i would use more but they wouldnt fit on my form and still make
it user friendly its already cramped
being a newbie i would also be grateful if you could break the code down for
me like klatuu did for LA layer in his third reply to the post "navigation to
a specific record" dated 10/1/2009
sorry its long winded, thanks for any assistance in advance.
am a paramedic for a large metropolitan city, the data i enter is shift code,
shift start date, vehicle used, partner (if i am not solo deployed) these
values i obtain from comboboxes i have also created.
The problem I have is that when i am activated to an incident i am given
details of the job, referenced by a PATIENT REPORT FORM (PRF), The first part
of this is a seven digit number which i thought i could useas an ID on a
seperate table t_ jobs and so placed 7 control boxes on f_hours for
activations one to seven, entering prf numbers 1 to 7. is there a code that
will automatically scroll through the seven control boxes and open up seven
instances of f_jobs for me to complete the rest of the required data entry
into these forms, can it also be set to ensure that if incase of a vehicle
breakdown and i not getting attivated seven times look for a null entry thus
stopping and by the same token be expanded to look for more than seven
activations which using t_hours ID of hoID to link to t_more where i can link
the extra activations to the rest of the shift details.
I know that you are going to ask me why if i am going to enter the extra
activations on a seperate table why dont i just use three tables from the
start, and link them. i wish to use my pda whilst at work to email an update
back, and can only see this working if i just have one form, hence the seven
activations i would use more but they wouldnt fit on my form and still make
it user friendly its already cramped
being a newbie i would also be grateful if you could break the code down for
me like klatuu did for LA layer in his third reply to the post "navigation to
a specific record" dated 10/1/2009
sorry its long winded, thanks for any assistance in advance.