Hi Guys-
Not sure if that is a good title, but here is what I'm trying to do:
I have two tables, both with customer names and customer DOBs. The problem is the names don't necessarily match. For instance
Table 1
CustNm DOB
Smith Jane A 12/1/86
Boyd Tony 12/1/86
Table 2
Smith Jane 12/1/86
The problem is that Tables 1 and 2 show the same customer,Jane Smith, it's just that Table 1 also includes the middle initial therefore I don't know how to have her included on my report. How do I write a query/SQL statement to include this customer because she exists in both tables? So far I have created a relationship for the DOB, but I don't know how to create a query or filter for the name so that if they are similar i want the row on my report. I also want to exclude Tony Boyd who has the same DOB, but a different name. Help!!!
Not sure if that is a good title, but here is what I'm trying to do:
I have two tables, both with customer names and customer DOBs. The problem is the names don't necessarily match. For instance
Table 1
CustNm DOB
Smith Jane A 12/1/86
Boyd Tony 12/1/86
Table 2
Smith Jane 12/1/86
The problem is that Tables 1 and 2 show the same customer,Jane Smith, it's just that Table 1 also includes the middle initial therefore I don't know how to have her included on my report. How do I write a query/SQL statement to include this customer because she exists in both tables? So far I have created a relationship for the DOB, but I don't know how to create a query or filter for the name so that if they are similar i want the row on my report. I also want to exclude Tony Boyd who has the same DOB, but a different name. Help!!!