Using Like and user Input

  • Thread starter Thread starter Brant
  • Start date Start date
B

Brant

How can you use the condition Like with user input, ie I want a query
that will return items Like whatever the user inputs
 
Or:

Like "*" & [prompt the user for input] & "*"

-Aaron

Rick B said:
Like [EnterSomeValue]



--
Rick B



Brant said:
How can you use the condition Like with user input, ie I want a query
that will return items Like whatever the user inputs
 
Back
Top