CR v8.5
I want to be able to list employees who have not been on specific training courses.
I have a table of records for each training course an employee has been on called Training_Records. It has the following fields.(One row per course so an employee may have more than one row depending on how many courses they have been on)
Employee Ref, Course Ref
I also have a table of all courses that are available to attend called Courses. There are two fields:
Course Ref, Course Name
I want to be able to have the report show each Employee Ref and the courses from the Course table that they have not attended.
How can I do this?
Do you need more information?
I want to be able to list employees who have not been on specific training courses.
I have a table of records for each training course an employee has been on called Training_Records. It has the following fields.(One row per course so an employee may have more than one row depending on how many courses they have been on)
Employee Ref, Course Ref
I also have a table of all courses that are available to attend called Courses. There are two fields:
Course Ref, Course Name
I want to be able to have the report show each Employee Ref and the courses from the Course table that they have not attended.
How can I do this?
Do you need more information?