PDA

View Full Version : Need a query help



evlai
03-02-2006, 08:45 PM
Supposed I have 2 tables and these 2 tables share the same fields. I would need to compare both tables and see which record is not included in other table.


Table Name: Order_1
Order Number Country
12345 USA
23456 UK

Table Name: Order_2
Order Number Country
12345 USA
23456 UK
312321 Thailand

I need a query to tell me the Order Number of ?312321 Thailand? is not matching/ included in the other table.

Norie
03-03-2006, 09:30 AM
Why not use the Find Unmatched Query Wizard?

By the way why do you have 2 tables with the same data structure?

evlai
03-04-2006, 08:33 AM
Thanks, i had actually found out the solution.
I need to use 2 tables with same data structure is that i need to compare the data from 2 different sources

Many thanks though.