Parameter Query

S

SueM

Hi,

I have created a parameter query which works successfully
provided the user enters the name of the item to find 100%
the same as it appears in the table, regardless of whethr
it is entered in upper or lowercase.

What I would like it to be able to do is to find anything
that contains the word the user enters as the parameter.

Can this be done and if so how?

To get the parameter box to appear I have used the
following in the Criteria of a field called productname
within the query[Type the Product Name:]

Any ideas greatly appreciated!

Cheers

Sue
 
S

SueM

Thank you!
-----Original Message-----
Try this as the Criteria:-

like "*" & [Type the Product Name:] & "*"

hth

Chris
-----Original Message-----
Hi,

I have created a parameter query which works successfully
provided the user enters the name of the item to find 100%
the same as it appears in the table, regardless of whethr
it is entered in upper or lowercase.

What I would like it to be able to do is to find anything
that contains the word the user enters as the parameter.

Can this be done and if so how?

To get the parameter box to appear I have used the
following in the Criteria of a field called productname
within the query[Type the Product Name:]

Any ideas greatly appreciated!

Cheers

Sue


.
.
 

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