Consulting

Results 1 to 3 of 3

Thread: Need a query help

  1. #1
    VBAX Regular
    Joined
    Mar 2006
    Posts
    18
    Location

    Need a query help

    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.

  2. #2
    VBAX Master Norie's Avatar
    Joined
    Jan 2005
    Location
    Stirling, Scotland
    Posts
    1,831
    Location
    Why not use the Find Unmatched Query Wizard?

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

  3. #3
    VBAX Regular
    Joined
    Mar 2006
    Posts
    18
    Location
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •