I'd like to create a query that shows me what employees haven't had a certain training (i.e. Bob hasn't had heavy machinery training). I've played with the unmatched records wizard and it just seems to not work out no matter how I connect them. I think the only two tables I need be concerned with are the 1st and 2nd table. Can anybody give me an idea on how to work this?
My tbls are as such:
1st Table:EMPLOYEEtbl
EmployeeID
EmployeeName
2nd Table:CompleteClasstbl
EmployeeID
classID
DateTaken
3rd Table:CLASStbl
className
classID
My tbls are as such:
1st Table:EMPLOYEEtbl
EmployeeID
EmployeeName
2nd Table:CompleteClasstbl
EmployeeID
classID
DateTaken
3rd Table:CLASStbl
className
classID