I am trying to create a query that will join 2 tables together when they have the same first and last name and same Date Of Birth....however the one table is from a different database and it is in the following format:
If the date of birth was 12011972 the database shows it as 1721201 or if the birthdate was 01311994 it shows 1940131
Basically YYYMMDD
Is it somehow possible to query these and have it decipher between the 2 formats?
Thank you!!
Paul
If the date of birth was 12011972 the database shows it as 1721201 or if the birthdate was 01311994 it shows 1940131
Basically YYYMMDD
Is it somehow possible to query these and have it decipher between the 2 formats?
Thank you!!
Paul