A
Andrea
I have a keyword search function in the criteria row of my query that reads:
Like "*" & [forms]![frmSearchByKeyword]![ThisValue1] & "*"
However, in this format, it does not look for only the exact value in
ThisValue1, but any matches. For example, if you type in pension, the query
will also pick up suspension. Is there another set of quotes needed to fix
this problem?
Thanks.
Like "*" & [forms]![frmSearchByKeyword]![ThisValue1] & "*"
However, in this format, it does not look for only the exact value in
ThisValue1, but any matches. For example, if you type in pension, the query
will also pick up suspension. Is there another set of quotes needed to fix
this problem?
Thanks.