Access 2010: backwards query

Lingg

New Member
Joined
Sep 8, 2011
Messages
36
Hello
I'm currently trying to make a query that does the opposite of what a regular query does. I have two tables that have fields of personnel ID's. The first table is the master table which has all of the possible ID's and the other table will have a few missing. I want to create a Query that shows the ID's that are missing from the second table.

please reply if what I've stated isn't understandable or if I'm missing something that might help out.
Thanks
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
Try using the "Unmatched Query Wizard" that Access offers. It will walk you right through the set-up.
 
Upvote 0
That worked great, Thanks Joe.

The trick is to put Is Null as a criteria for the selection that doesn't exist in the other table.
 
Upvote 0
The trick is to put Is Null as a criteria for the selection that doesn't exist in the other table.
You got it, and make sure that you use a Left Outer Join (instead of an Inner Join).
 
Upvote 0

Forum statistics

Threads
1,224,600
Messages
6,179,834
Members
452,947
Latest member
Gerry_F

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top