I have two tables:
Employee
Employee_stc
The Employee table holds the names of the employees and the Employee_stc the training records. There are several hundred training classes. Not all employees have had all the classes. I need to run a report based on the following criteria:
ClassName
ClassDate
This will give a list of employees that have not had a named class since a given date. I have been fighting this for two days. Any help would be greatly appreciated.
rlporter
Employee
Employee_stc
The Employee table holds the names of the employees and the Employee_stc the training records. There are several hundred training classes. Not all employees have had all the classes. I need to run a report based on the following criteria:
ClassName
ClassDate
This will give a list of employees that have not had a named class since a given date. I have been fighting this for two days. Any help would be greatly appreciated.
rlporter