J
John Menken
I am using MS Access 2007 and I am trying to produce a list of
managers who have not taken a mandatory instructor led training
course. Here are my two tables:
Table:allABCManagers
ID
FirstName
Lastname
empNo
Table:completedCourse
ID
FirstName
Lastname
empNo
status
The first table, allABCManagers, gives me a complete list of managers
in ABC Company. The last field in this table is empNo which is their
unique employee number.
The second table, completedCourse, is a list of all managers that have
completed the course. The last field, status states “Completed” for
everyone in this table.
How can I run a query to get a listing of everyone that **has not**
taken the course? One other note, sometimes non-managers are allowed
in the course. Therefore their name will appear in the completedCourse
table but that person will not appear in the allABCManagers table.
I'm a newbie to MS Access 2007 and trying to accomplish this in the
Query design window.
Thanks very much.
managers who have not taken a mandatory instructor led training
course. Here are my two tables:
Table:allABCManagers
ID
FirstName
Lastname
empNo
Table:completedCourse
ID
FirstName
Lastname
empNo
status
The first table, allABCManagers, gives me a complete list of managers
in ABC Company. The last field in this table is empNo which is their
unique employee number.
The second table, completedCourse, is a list of all managers that have
completed the course. The last field, status states “Completed” for
everyone in this table.
How can I run a query to get a listing of everyone that **has not**
taken the course? One other note, sometimes non-managers are allowed
in the course. Therefore their name will appear in the completedCourse
table but that person will not appear in the allABCManagers table.
I'm a newbie to MS Access 2007 and trying to accomplish this in the
Query design window.
Thanks very much.