L
LCalaway
Good morning.
Is there a way to construct one query that will search across more than one
field for the same string? If I have two fields, FName and LName and
Example: I want to find all instances of the word string "John" which can
appear in either or both fields, in the same or different records. The
query needs to return each of the following records in its answer:
John Johnson
Harry Johnson
John Dickson
Thank you.
LCalaway
Is there a way to construct one query that will search across more than one
field for the same string? If I have two fields, FName and LName and
Example: I want to find all instances of the word string "John" which can
appear in either or both fields, in the same or different records. The
query needs to return each of the following records in its answer:
John Johnson
Harry Johnson
John Dickson
Thank you.
LCalaway