Here is a simplified version of what I have:
Employee Table (basic employee information)
Course Table (information about several different classes)
Occurrence Table (each row has employee, class, and date that training occurred)
What I want:
A report by employee that shows the most recent date they took a class (I figured out the query for that) AND indicates if they have not taken the class at all. That is the part I cannot figure out. I don't really care what the space contains (null, blank, etc.) but I want each class to show up under the employee's name whether they have taken the training or not. Is this possible? Do I need to change my setup somehow?
THANKS!![]()