I have 2 tables in Access ... I need to use TableA.FieldA to test against TableB.FieldB to see if there are any matches. However ... TableA.FieldA is first and last names and TableB.FieldB is a text field containing full names (first and last, first last & middle initial, and possibly more than one name) and or business names.
Example: TableA.FieldA = John Smith ... I want to search TableB.FieldB to see if "John Smith" is contained in all or part ... of the text field.
... I tried using "IN" and a wildcard ... but it is not wokring.
Any suggestions would be much appreciated ...
Thanks so much!
gwoman
Example: TableA.FieldA = John Smith ... I want to search TableB.FieldB to see if "John Smith" is contained in all or part ... of the text field.
... I tried using "IN" and a wildcard ... but it is not wokring.
Any suggestions would be much appreciated ...
Thanks so much!
gwoman