Parameter Query and Criteria

C

Comanchace

I was thinking of making a parameter query. The Criteria
im using is something like:=
[Enter your username]. This means that you have to type
the exactly username or it will appear nothing. For
example if the name John Mcnroe is in the database and if
you type John it will appear no results. You have to type
John Mcnroe. And i wanted you to type John and appeared
all the John´s in the database. It´s some function i have
to put in the criteria similar to = but i don´t know wich
is. Can you please help me on this?

Thanks
 
N

Nikos Yannacopoulos

Try this in your criterion:

Like "*" & [Enter your username] & "*"

This will pick-up records containing the inputted text string in any
position (beginning, middle or end).

HTH,
Nikos
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top