M
Mr C
Datasheet View:
Master table has fields- EmpID, Dept, Name, and DateHired.
Has relationship (EmpID) to another table with 4 fields – all dates.
Employees need to have 3 shots as follows
A – within 30 days of DateHired
B – 30 days after first shot A
C – 180 days after second shot B
However, if the fourth field “is not null†don’t show in any of the reports,
shots A, B, and C are not needed.
So on the first of the month we need to run a report to show all employees
who are required to have the shots A
Then a report which shows all employees who need to have shot B
Then a report which shows all employees who need to have shot three C
No report is needed if the fourth field is not null, it is for employees who
do not need additional shots as they had a special one.
Once the all three shots are given, they are not needed again.
Master table has fields- EmpID, Dept, Name, and DateHired.
Has relationship (EmpID) to another table with 4 fields – all dates.
Employees need to have 3 shots as follows
A – within 30 days of DateHired
B – 30 days after first shot A
C – 180 days after second shot B
However, if the fourth field “is not null†don’t show in any of the reports,
shots A, B, and C are not needed.
So on the first of the month we need to run a report to show all employees
who are required to have the shots A
Then a report which shows all employees who need to have shot B
Then a report which shows all employees who need to have shot three C
No report is needed if the fourth field is not null, it is for employees who
do not need additional shots as they had a special one.
Once the all three shots are given, they are not needed again.