I have a query called 'EmployeesCourses' that joins my Employee and Course tables to show which courses each employee is required to complete.
Im trying to create a form that will dynamically access the 'EmployeesCourses' query, create a list of the courses that a selected employee is required...