A
A
Hi,
I'm trying to match up data between two tables -
Table 1: Last name, First name, Address, City, State, Zip, Date of Birth
(approx 45,000 individuals)
Table 2: Last name, First name, (Updated) Address, City, State, Zip (approx
41,000 individuals)
Most of the individuals in both tables overlap, but Table 2 doesn't have as
many people and it also includes updated addresses for those in Table 1.
Basically I want to find all the people in Table 2 who were originally in
Table 1, so I can match them up with their date of birth.
Any ideas for running a query like this would be great. I've made several
attempts but I keep having problems for people with the same first and last
name. The query will list each name multiple times along with every address
associated with that name, so there are a lot of duplicate entries. It would
help if I had a unique identifier to match up, like ID numbers, but
unfortunately we don't have those.
Again, any ideas would be VERY MUCH appreciated.
I'm trying to match up data between two tables -
Table 1: Last name, First name, Address, City, State, Zip, Date of Birth
(approx 45,000 individuals)
Table 2: Last name, First name, (Updated) Address, City, State, Zip (approx
41,000 individuals)
Most of the individuals in both tables overlap, but Table 2 doesn't have as
many people and it also includes updated addresses for those in Table 1.
Basically I want to find all the people in Table 2 who were originally in
Table 1, so I can match them up with their date of birth.
Any ideas for running a query like this would be great. I've made several
attempts but I keep having problems for people with the same first and last
name. The query will list each name multiple times along with every address
associated with that name, so there are a lot of duplicate entries. It would
help if I had a unique identifier to match up, like ID numbers, but
unfortunately we don't have those.
Again, any ideas would be VERY MUCH appreciated.