Use input box in criteria

ridsclan

New member
Local time
Tomorrow, 02:00
Joined
Mar 3, 2004
Messages
6
I want to use input box in criteria. But i've a problem when I need to find record.

Normally when use like "M*" in criteria , result will show all record start with "M". What need I do if I want to search all record that start with M use input box?

eg.

Criteria =[Enter name]

Please help.
 
Criteria:

Like [Enter letter] & "*"
 
Thank.

But I mean, I type "=[please enter name]"

When I run query there are message box there, then I'll type the name.

So how can I use the winld card there (in message box)
 
Don't type

=[please enter name]

as the criteria, type

Like [please enter name] & "*"

exactly like that into the criteria. Copy and paste that line. When you run it, you'll only see "please enter name", but the query will add the wildcard to whatever is entered by the user.
 

Users who are viewing this thread

Back
Top Bottom