Feb 28, 2005 #1 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
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
Feb 28, 2005 #2 DoubleD Technical User Apr 2, 2001 766 US 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 Upvote 0 Downvote
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
Mar 2, 2005 #3 GingerR MIS Apr 17, 2001 3,134 US 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 Upvote 0 Downvote
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