P
Paul
I am designing a database to track training. I have a query that tell me the
mandatory classes, and I have a table with the classes taken data (date
taken, expires, etc). What I need is a query that show me the classes taken
that are not mandatory.
Example:
Query 1: Mandatory Classes
Employee ID, Class #
1 1
1 2
1 3
1 4
Table 2: Classes Taken
Employee ID, Class #
1 1
1 2
1 8
1 9
Desired Query Results
Classes taken but not required
Employee ID, Class #
1 8
1 9
Thanks
mandatory classes, and I have a table with the classes taken data (date
taken, expires, etc). What I need is a query that show me the classes taken
that are not mandatory.
Example:
Query 1: Mandatory Classes
Employee ID, Class #
1 1
1 2
1 3
1 4
Table 2: Classes Taken
Employee ID, Class #
1 1
1 2
1 8
1 9
Desired Query Results
Classes taken but not required
Employee ID, Class #
1 8
1 9
Thanks