Crystal Reports Version 11
I have a table which contains Training Course names (let's call it Table 1) and another table that contains Employees and the courses they have attended (let's call it Table 2).
I want to be able to list all the Training Courses (Table 1)followed by a list of Employees (Table 2) who have not attended each course.
I've tried various join types, but cannot get it to work.
I have a table which contains Training Course names (let's call it Table 1) and another table that contains Employees and the courses they have attended (let's call it Table 2).
I want to be able to list all the Training Courses (Table 1)followed by a list of Employees (Table 2) who have not attended each course.
I've tried various join types, but cannot get it to work.