T
Tracy
I have two tables one with updated address information for some of the
records that I want use to do an update query to update second table. Both
tables have the columns in common that I can use to find duplicates. I have
FName, LName and Chapter. However in the updated address table I have the
first name only. In the other table I have some with first name and middle
initial. Can I find matching records that will only match the first 3 or 4
letters in the FName field when I join the LName and the Chapter fields? Do
I need to join all three fields and then add criteria to the FName field?
Any help you can give would be greatly appreciated.
records that I want use to do an update query to update second table. Both
tables have the columns in common that I can use to find duplicates. I have
FName, LName and Chapter. However in the updated address table I have the
first name only. In the other table I have some with first name and middle
initial. Can I find matching records that will only match the first 3 or 4
letters in the FName field when I join the LName and the Chapter fields? Do
I need to join all three fields and then add criteria to the FName field?
Any help you can give would be greatly appreciated.