Greetings all:
So I have a project which requires the help of you wonderful people. What I'm am trying to accomplish is this:
I have a query with information on Date of Birth and Full Name (format lastname, firstname). I have the wonderful task of going through this query and deleting records where date of birth is a dead on match AND the full name is NOT. In the end i'm am trying to end up with only records where DOB is a dead on match AND the full name is similiar (one record has a middle initial while the other doesn't, first name is the same but last isn't due to maiden name change, etc). With these record I then must investigate them further via another database, or another department does 'field work'.
What I want to accomplish to make this task easier, being as I have 50,000 records to look through, is a query that somehow looks at records and sees and that the DOB matches up, and then amongst this population looks at LASTNAME, FIRSTNAME and sees that nothing matches within the string be it the lastname doesn't match nor the firstname.
Any suggestions?
So I have a project which requires the help of you wonderful people. What I'm am trying to accomplish is this:
I have a query with information on Date of Birth and Full Name (format lastname, firstname). I have the wonderful task of going through this query and deleting records where date of birth is a dead on match AND the full name is NOT. In the end i'm am trying to end up with only records where DOB is a dead on match AND the full name is similiar (one record has a middle initial while the other doesn't, first name is the same but last isn't due to maiden name change, etc). With these record I then must investigate them further via another database, or another department does 'field work'.
What I want to accomplish to make this task easier, being as I have 50,000 records to look through, is a query that somehow looks at records and sees and that the DOB matches up, and then amongst this population looks at LASTNAME, FIRSTNAME and sees that nothing matches within the string be it the lastname doesn't match nor the firstname.
Any suggestions?