I have a employee training database that I am trying to create a single query that shows who has and hasn't taken the training for a certain department & month, but I keep coming up short.
The 1st table is called Required. This has training class name, training class #, and the employee position that needs to take the training.
The 2nd table is called Calendar. This has department name, training class name, training class #, and the month the training is to be completed in.
The 3rd table is called Records. This has training class name, training class #, employee, and date the employee took the training.
What I need is a query that shows me a list of all people who are supposed to take a specific training class, from a specific department & training class, where they've taken the training or not. Below is an example the query/report of 4 people who are required to take a class. I need the output to look something like this. I've tried various make table queries, unmatched queries, some VBA, and and other tricks to try and make it happen but to no avail. I'm sure I'm missing something simple but have run into a dead end to make it work. Any help?
Department Class Employee Date
Sanitation Cleaning John Smith 8/1/19
Sanitation Cleaning Jane Doe Not Taken
Sanitation Cleaning Mike Brown 4/1/19
Sanitation Cleaning Mary Jones Not Taken