fabio.degani
New member
- Local time
- Today, 04:46
- Joined
- Dec 30, 2012
- Messages
- 4
I have a question that might be basic, but I don't know how to do it.
Suppose I have two tables with fields as follows:
Assigned Courses (Courses that employees should do)
Fulfilled Course (Courses that employees have done)
Now I need to do a query that tells me which employees haven't done. Is there anyway to do that that is not an exclude query?
Suppose I have two tables with fields as follows:
Assigned Courses (Courses that employees should do)
- Employee number
- Assigned Course Name
Fulfilled Course (Courses that employees have done)
- Employee number
- Fulfilled Course
Now I need to do a query that tells me which employees haven't done. Is there anyway to do that that is not an exclude query?