R
Rocky
I'd love some advise on what direction to go with this...
Two tables from two different systems. Basically customer data.
All fields are named different but contain 80% similar data such as
tblA - Name, Zip, Race etc.
tbl-B - CustName, CustZip, CustRace
There should be some duplicate customers in B but there is indeed unique
customers as well.
I need to end up with one list of all uniqe customers. There is no common
CustomerID so we'll have to be happy with Lname,Fname comparison.
Any recommendations would be helpful. I can think of multiple ways to
approach this but wanted to hear some expert opinions. Thanks!
Two tables from two different systems. Basically customer data.
All fields are named different but contain 80% similar data such as
tblA - Name, Zip, Race etc.
tbl-B - CustName, CustZip, CustRace
There should be some duplicate customers in B but there is indeed unique
customers as well.
I need to end up with one list of all uniqe customers. There is no common
CustomerID so we'll have to be happy with Lname,Fname comparison.
Any recommendations would be helpful. I can think of multiple ways to
approach this but wanted to hear some expert opinions. Thanks!