E
Emily
Hi there,
I am trying to design a query that will allow the user to
enter in two words or phrases. For the Select Query, my
criteria are:
Like "*xxxxxxxx*" And Like "*yyyyyyy*"
which works just fine. But now I am trying to create a
parameter query and I am having trouble getting it to
work.
LIKE "*" & [Enter the first word to search by: ] &"*" AND
LIKE "*" [Enter the second word to search by:] "*"
Can anyone help???
Thanks so much!
I am trying to design a query that will allow the user to
enter in two words or phrases. For the Select Query, my
criteria are:
Like "*xxxxxxxx*" And Like "*yyyyyyy*"
which works just fine. But now I am trying to create a
parameter query and I am having trouble getting it to
work.
LIKE "*" & [Enter the first word to search by: ] &"*" AND
LIKE "*" [Enter the second word to search by:] "*"
Can anyone help???
Thanks so much!