Generate Records for a form based partial field / contains

cpinney1120

Registered User.
Local time
Today, 03:40
Joined
Jul 8, 2009
Messages
13
Can anyone help me? I cant figure out how to get a form to run off a query that searchs by partial field (like anything with "gum" in it). I am using this in my query criteria but after the prompt, no records come up.
Please help:
"*"&[Enter Key Word]&"*"
 
Can anyone help me? I cant figure out how to get a form to run off a query that searchs by partial field (like anything with "gum" in it). I am using this in my query criteria but after the prompt, no records come up.
Please help:
"*"&[Enter Key Word]&"*"


I believe that you need to include the phrase LIKE.

LIKE "*"&[Enter Key Word]&"*"
 
Thank you - That was it! I just forgot the "like" - been about 7 years since i did this...
 

Users who are viewing this thread

Back
Top Bottom