A
Andrea
I have a query that allows for a keyword search in one criteria using the
following formula:
Like "*" & [forms]![frmSearchByVenue]![ThisValue1] & "*"
My question is can I use the same criteria, include ThisValue1, in another
field in the query? Thus if the keyword was a city name, it would be picked
up by the City Field, but if they keyword was a word in a contract provision,
it would be picked up by that field? I know that if I have ThisValue1,
ThisValue2, etc, I could do this, but I only want one field on my form.
Thanks.
following formula:
Like "*" & [forms]![frmSearchByVenue]![ThisValue1] & "*"
My question is can I use the same criteria, include ThisValue1, in another
field in the query? Thus if the keyword was a city name, it would be picked
up by the City Field, but if they keyword was a word in a contract provision,
it would be picked up by that field? I know that if I have ThisValue1,
ThisValue2, etc, I could do this, but I only want one field on my form.
Thanks.