Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Access Query

Status
Not open for further replies.

Jimmy2128

Programmer
Feb 6, 2003
58
US
I have 2 tables A and B. I want to exclude all the names from B that are currently on A. What would be the best way to create this....

Thanks

Jimmy
 
Write a query using outer join from B to A.
Your criteria should be where a field from A Is Null.

I am what I am based on the decisions I have made.

DoubleD [bigcheeks]
 
You can even use the Find Unmatched query wizard then see how Access writes the query to learn how to do it.

Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top