Hi guys,
I am trying to create a form or report (doesn't matter which) that will show my list of ALL classes, and then allow me to select an employee to see if they've taken this class or not and if they passed. I have a ClassesTBL, EmployeeTBL and Pass/FailTBL. I have even been able to create a query that has a parameter asking for the employee name, then it will give me a list of "only the employee's" classes they've taken. I still want the results to show ALL the classes with a yes or no if taken or not.
I'm not a VBA or SQL user, so if there is a way to do this without writing code, I would appreciate the help.
Thanks,
CindiN
I am trying to create a form or report (doesn't matter which) that will show my list of ALL classes, and then allow me to select an employee to see if they've taken this class or not and if they passed. I have a ClassesTBL, EmployeeTBL and Pass/FailTBL. I have even been able to create a query that has a parameter asking for the employee name, then it will give me a list of "only the employee's" classes they've taken. I still want the results to show ALL the classes with a yes or no if taken or not.
I'm not a VBA or SQL user, so if there is a way to do this without writing code, I would appreciate the help.
Thanks,
CindiN