T
TCB06
I have a query based on two tables, one table (Table 1) has a list of names
and the other table (Table 2) has training data for all trainees--including
trainees not listed in Table 1. The query restricts the records to include
training data for the trainees in Table 1 only. This part is done and
working fine.
Now, Each trainee in Table 1 has a learning plan made up of several
different courses, some with completion dates, and some without. I need to
create a report that lists only those trainees who have a complete date for
ALL courses in their learning plan, if any one of the courses to which they
are assigned has a blank/null value in the [CompleteDate] field then the
trainee's name should not appear on my report at all. Can someone please
help?!?!...
and the other table (Table 2) has training data for all trainees--including
trainees not listed in Table 1. The query restricts the records to include
training data for the trainees in Table 1 only. This part is done and
working fine.
Now, Each trainee in Table 1 has a learning plan made up of several
different courses, some with completion dates, and some without. I need to
create a report that lists only those trainees who have a complete date for
ALL courses in their learning plan, if any one of the courses to which they
are assigned has a blank/null value in the [CompleteDate] field then the
trainee's name should not appear on my report at all. Can someone please
help?!?!...