Query Prob - Please HELP

isv_2004

Registered User.
Local time
Today, 13:57
Joined
Oct 19, 2004
Messages
14
How do I use a wildcard in a query, see attached .mdb

Table "myDATA"
Sam and Zeb have serial number 23a4224A and 23a4224 in their records.

I want to locate a serial number(s) in multiple fields of a table, based on the users input with a wildcard.

query "Serial Number query"
Enter Serial Number: the user enters: 23a4224*

What am I doing wrong?

Thanks
 

Attachments

Try adding the word "Like" (minus the quotes) before each criteria.
Bob
 
Still need help!

Please see the attached file, the Like argument will not work in this example.

Anyone?
 
Change your criteria from [Enter Serial Number] to Like [Enter Serial Number] & "*"
 
Thank you

SMatthews,

Thank you very much, it worked great!

ISV_2004
 

Users who are viewing this thread

Back
Top Bottom