I have two tables that I need to query data from both and match without a similar primary key.
Table1 (1 field named Username)
ajohnson
asmith
bsuydam
bsmthinson
cclarke
crobins
eerlich
edavis
Table2 (2 fields, firstname and lastname)
Anne Johnson
Catherine Clarke
Eric Erlich
Ed Davis
Alex Smith
Brian Smithson
What I need to do is do a match of each name in Table1 and find any records in Table2 that have a partial match.
Please help me if you can. I'm really desperate to get this done by close of business so I can go home for the holidays.
Thanks,
Jesse Rubin
Table1 (1 field named Username)
ajohnson
asmith
bsuydam
bsmthinson
cclarke
crobins
eerlich
edavis
Table2 (2 fields, firstname and lastname)
Anne Johnson
Catherine Clarke
Eric Erlich
Ed Davis
Alex Smith
Brian Smithson
What I need to do is do a match of each name in Table1 and find any records in Table2 that have a partial match.
Please help me if you can. I'm really desperate to get this done by close of business so I can go home for the holidays.
Thanks,
Jesse Rubin