R
rhys
Hello,
I am using an unmatched query on two tables (A and B) and then appending the
unmatched data into table A. This works fine. However to make it work
100%correctly I need to find all unmatched data based on two fields.
Let me explain;
In tables A and B I have person codes and course codes.
A person can have more than one course code and a course code can belong to
more than one person.
An unmatched query on person code produces all the people who aren't already
in table A. An unmatched query on course code produces all the courses that
aren't in table A.
I need to do the query so that it finds the person code and their course
code that aren't in table A even if the person is already in table A with
another course code.
I'm not sue how I would go about doing this. Any help would be great.
Rhys
I am using an unmatched query on two tables (A and B) and then appending the
unmatched data into table A. This works fine. However to make it work
100%correctly I need to find all unmatched data based on two fields.
Let me explain;
In tables A and B I have person codes and course codes.
A person can have more than one course code and a course code can belong to
more than one person.
An unmatched query on person code produces all the people who aren't already
in table A. An unmatched query on course code produces all the courses that
aren't in table A.
I need to do the query so that it finds the person code and their course
code that aren't in table A even if the person is already in table A with
another course code.
I'm not sue how I would go about doing this. Any help would be great.
Rhys