M
M Davidson
Hello all,
Here's my question:
Goal: Supervisor needs to be able to see missing daily trainee observation
reports in a numeric sequence. Example: "All reports have been entered from
for Trainee Smith except for Days 6 and 46, and Trainee Johnson's Day 41
report is missing.
Specifics:
The supervisor will create a 65 day training schedule for each Trainee (
01/01/04 = Day1, 01/03/04 =Day 2...). The Trainer will do a daily
evaluation of the Trainee. Each Trainee's Training Day #'s will fall on
different dates.
tblSupevisorSched
strTraineeID
datDay1 ---------Date for training day 1
datDay2 --------- Date for training day 2
<snip>
datDay65---------- End of Training, Day 65
tblDailyObservationReport
numDORSerial <-----this is the key field autogenerated,
strDORTraineeID <---- related to tblSupervisorSched!strTraineeID
datDORDate <----THIS IS THE COMPARISON FIELD.
How do I compare all of the datDORDate Dates to the Training schedule and
determine which observation reports have not been completed for each
recruit.
**OR**
Is there a way that when the trainer types in the date on the observation
report, that access will look up the coresponding "Training day #" for that
Trainee in the other table and and list it in the form, report or query?
I imagine this is a pretty simple situation, but it's got me whipped.
Thanks
Mike D.
Here's my question:
Goal: Supervisor needs to be able to see missing daily trainee observation
reports in a numeric sequence. Example: "All reports have been entered from
for Trainee Smith except for Days 6 and 46, and Trainee Johnson's Day 41
report is missing.
Specifics:
The supervisor will create a 65 day training schedule for each Trainee (
01/01/04 = Day1, 01/03/04 =Day 2...). The Trainer will do a daily
evaluation of the Trainee. Each Trainee's Training Day #'s will fall on
different dates.
tblSupevisorSched
strTraineeID
datDay1 ---------Date for training day 1
datDay2 --------- Date for training day 2
<snip>
datDay65---------- End of Training, Day 65
tblDailyObservationReport
numDORSerial <-----this is the key field autogenerated,
strDORTraineeID <---- related to tblSupervisorSched!strTraineeID
datDORDate <----THIS IS THE COMPARISON FIELD.
How do I compare all of the datDORDate Dates to the Training schedule and
determine which observation reports have not been completed for each
recruit.
**OR**
Is there a way that when the trainer types in the date on the observation
report, that access will look up the coresponding "Training day #" for that
Trainee in the other table and and list it in the form, report or query?
I imagine this is a pretty simple situation, but it's got me whipped.
Thanks
Mike D.