Difference Query

D

Dennis Lawrence

I have a master table and a subset table where the subset
is a list of some of the records in the master.

How do I query so that the query result is a list of the
records from the master that do not exist in the subset?
 
J

Joe Fallon

Use the Find Unmatched Query Wizard and then read the SQL to see how it is
done.
 
Top