Multiple Key Word Criteria in Queries?

M

mcl

I use like "*"&[whatever is here is the prompt]&"*"
as criteria in queries all the time. But is it possible and how would I
allow multiple words.
ie. what I have like a google exact phrase search.
Is it possible and how would I do more advanced stuff like all of the words,
etc?
 
J

Jeff Boyce

Like * & [First match] & * OR Like * & [Second match] & * OR ...

Good luck

Jeff Boyce
<Access MVP>
 
Top