R
Richard
I have a db that tracks employee training. I have 3 table. An Emplyee table
with employee info, a Class table that lists all the classes including a
manadatory flag (some classes are mandatory, some are not). The third table
records tha classes that the employees have taken.
What I am being asked to do now, is create a report that lists the employees
who have not taken the mandatory classes.
I can query the training table to see who has taken mndatory and
non-mandatory classes. But, this next query is supposed to look up all
emplyees in the company to see if they have taken the mandatory training.
Your help is greatly appreciated. Thanks
r
with employee info, a Class table that lists all the classes including a
manadatory flag (some classes are mandatory, some are not). The third table
records tha classes that the employees have taken.
What I am being asked to do now, is create a report that lists the employees
who have not taken the mandatory classes.
I can query the training table to see who has taken mndatory and
non-mandatory classes. But, this next query is supposed to look up all
emplyees in the company to see if they have taken the mandatory training.
Your help is greatly appreciated. Thanks
r