C
Chris
I have a table [Potential Members] that I am trying to match up the Last
Name, First Name, and Date of Birth to another table [834F]. I have created
join properties for those three fields to show only records where the joined
fields from both tables are equal.
I want to take the first name and last name fields and match up the first
three letters of both fields and then match the whole birthdate field. This
would give me a better chance for a match due to the [Potential Members]
table gets names entered in manually.
Here is what I have currently in my criteria which does not seem to be
working correctly:
LEFT[Potential Members]![Last Name],3) = LEFT([834F]![MDCD_LAST_NAME],3)
I thought this was working, but tested it was only pulling the names that
matched the full name and not just the first three letters of the field.
Name, First Name, and Date of Birth to another table [834F]. I have created
join properties for those three fields to show only records where the joined
fields from both tables are equal.
I want to take the first name and last name fields and match up the first
three letters of both fields and then match the whole birthdate field. This
would give me a better chance for a match due to the [Potential Members]
table gets names entered in manually.
Here is what I have currently in my criteria which does not seem to be
working correctly:
LEFT[Potential Members]![Last Name],3) = LEFT([834F]![MDCD_LAST_NAME],3)
I thought this was working, but tested it was only pulling the names that
matched the full name and not just the first three letters of the field.