unmatched on multiple fields

G

Guest

Hi all. I am trying to find records that are in one table that are not in the
other. I tired to use an Unmatched query but it only allows for one field
from each table to be compared and I need to compare three.
 
M

Marshall Barton

TC said:
Hi all. I am trying to find records that are in one table that are not in the
other. I tired to use an Unmatched query but it only allows for one field
from each table to be compared and I need to compare three.


Join the tables on all three fields and make sure all three
join lines have three join line arrows pointed the same way.

If that's not sufficient to get you going, please post an
explanation of the two table's matching fields and the
primary key fields.
 
G

Guest

Thank you.

Marshall Barton said:
Join the tables on all three fields and make sure all three
join lines have three join line arrows pointed the same way.

If that's not sufficient to get you going, please post an
explanation of the two table's matching fields and the
primary key fields.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top