D
DS
I really hope someone can help me with this.
Database = A2K.
Table 1: Customer_Data: CustomerID, SSN, DOB, First Name, Last Name,
Telephone, Address, City, State, Zip.
Table 2 - (This is the table I inherited): DOB, First Name, Last Name
I need to be able to sort through the thousands of customer records in
table two and pull out only those customer records that are also in
table 1.
I know the design of table 2 is horrible. There isn't any single
field that I can link the two tables on. On the query screen, can I
have one join going between the DOB and another going between the Last
Name? Seems like that would be a lot of lines going between the
tables. Can anyone suggest a way to find and extract those records in
Table 1 that match the records in Table 2?
Any help would be greatly appreciated.
Thanks for your time.
Database = A2K.
Table 1: Customer_Data: CustomerID, SSN, DOB, First Name, Last Name,
Telephone, Address, City, State, Zip.
Table 2 - (This is the table I inherited): DOB, First Name, Last Name
I need to be able to sort through the thousands of customer records in
table two and pull out only those customer records that are also in
table 1.
I know the design of table 2 is horrible. There isn't any single
field that I can link the two tables on. On the query screen, can I
have one join going between the DOB and another going between the Last
Name? Seems like that would be a lot of lines going between the
tables. Can anyone suggest a way to find and extract those records in
Table 1 that match the records in Table 2?
Any help would be greatly appreciated.
Thanks for your time.