I have two querys that produce lists of employee numbers. One list is employees that have been trained and the other is just a list of all employees. I am trying to create a third query to return a list of employees that have not been trained. Any suggestions?
I didn't create a query simply asking which employees did not have the code for this specific training because each employee has multiple codes in the training table and I haven't figured out how to extract specific codes that are missing.
I didn't create a query simply asking which employees did not have the code for this specific training because each employee has multiple codes in the training table and I haven't figured out how to extract specific codes that are missing.