N
NoviceIan
Hi,
We have a database which keeps track of staff training. We have three
tables staff, course and training. The course tabvle stores details of the
individual courses and their compliancy periods.
Course
Course #
Course Name
Compliancy Period
Training
Attended #
Staff #
Date Completed
Compliant Until
The training table stores details of the staffs attendence or participation
in training. The compliancy period is currently a long integer which is
measured in months.
What I would like to do is create a automated field which will indicate
compliant or expired based on the date the course was attended and the
compliancy period of the course.
I do not know where to start. Please could somebody help me.
Many thanks
Ian
We have a database which keeps track of staff training. We have three
tables staff, course and training. The course tabvle stores details of the
individual courses and their compliancy periods.
Course
Course #
Course Name
Compliancy Period
Training
Attended #
Staff #
Date Completed
Compliant Until
The training table stores details of the staffs attendence or participation
in training. The compliancy period is currently a long integer which is
measured in months.
What I would like to do is create a automated field which will indicate
compliant or expired based on the date the course was attended and the
compliancy period of the course.
I do not know where to start. Please could somebody help me.
Many thanks
Ian