Unmatched Query Help!

  • Thread starter Thread starter Allison
  • Start date Start date
A

Allison

How can you perform an Unmatched Query without using the
Unmatched query wizard.
 
Use an outer join. Include All records in the table that should have no
missing records and include the matching records from the table you want to
check for missing (unmatched) records in. Include at least one field from
the unmatched table. For every record in the first table that doesn't have a
match in the second table you will get a Null value in the field from the
second table. Set your criteria on this field to Is Null. You will now only
get records from the first table that don't have records in the second.
 

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

Back
Top