match data?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Winglet
    New Member
    • Jun 2007
    • 4

    #1

    match data?

    Hi, I'm pretty new to SQL queries.

    Anyways, I have 2 tables.

    Table A and B.

    They both carry some of the same data except that the ID#'s will be different.

    I want to create a list of all the data that matches say the criteria of name and address from these 2 tables and to print out the unique ID's along with this data for them.

    Does this make sense?
  • MMcCarthy
    Recognized Expert MVP
    • Aug 2006
    • 14387

    #2
    Originally posted by Winglet
    Hi, I'm pretty new to SQL queries.

    Anyways, I have 2 tables.

    Table A and B.

    They both carry some of the same data except that the ID#'s will be different.

    I want to create a list of all the data that matches say the criteria of name and address from these 2 tables and to print out the unique ID's along with this data for them.

    Does this make sense?
    Look at the Find Duplicates wizard

    Comment

    • Winglet
      New Member
      • Jun 2007
      • 4

      #3
      Originally posted by mmccarthy
      Look at the Find Duplicates wizard
      hm, I see that. But the data I have is in 2 different tables? I simply want to match which records from these 2 tables have the same name or address

      Comment

      Working...