Find non-matching data

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can find which records in one field of a table are not in another field
of a table?
 
How can find which records in one field of a table are not in another field
of a table?

You can run a "Find Unmatched Query". If under the queries tab click
new at the top it will allow you to select that wizard.

Hope this helps
Mike
 
You can run a "Find Unmatched Query". If under the queries tab click
new at the top it will allow you to select that wizard.

Hope this helps
Mike

1. Create a selection query.

2. combine the fields you want to find empty.

3. right click on the combination line. you'll find these three options:
a) show only the records where both field are equal
b) show all the records in table A and only the coincident ones in B
c) show all the record in table B and only the coicident ones in A

you should choice between b or c options.

4. establish the filter of the field you are lookin empties to is null


This is my first post. I hope this be clear to you.
 

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