Records from 1 table that do NOT have a match in a second

S

Steve Happ

How do I create a query to include all the docs from table1 that don't have
matches in table2?
For example:
Table 1
IDs: 1,2,3,4
Table 2
ID: 3
Yields IDs 1,2,4

Thanks
Steve
 
S

Steve Happ

Hello Rick:

I don't find any option for an "unmatched" query. How do I do this?

Thanks

Steve
 
R

Rick B

Go to the query tab of your database.

Click the "New" button

In the New Query Dialog Box, select "Find Unmatched Query Wizard".
 
S

Steve Happ

Thanks Rick. That does it.

Steve

Rick B said:
Go to the query tab of your database.

Click the "New" button

In the New Query Dialog Box, select "Find Unmatched Query Wizard".
 
Top