You may want to try using the Find Unmatched query wizard. Just select the table that has records that do not match those in the other table
Quote:
quote:Originally posted by JimYellow
Try this:
SELECT Table2.FName
FROM Table2
WHERE (((Table2.FName) Not In (SELECT Table1.FName FROM Table1 INNER JOIN Table2 ON Table1.FName = Table2.FName)))
Union
SELECT Table1.FName
FROM Table1
WHERE (((Table1.FName) Not In (SELECT Table1.FName FROM Table1 INNER JOIN Table2 ON Table1.FName = Table2.FName)));
There may be an easyer way
|
Ben Horne
Madison Area Technical College student
-------------------------
http://community.webshots.com/user/valerian114
Go there. I have a lot of awesome photos that I rendered myself
"A Person Who Claims To Be A Flash Junkie Isn't Really A Flash Junkie Unless He Can Prove It"