Multiple prompt criteria

D

deeds

I want to be able to enter 2 critieria from a prompt box when run query. Eg.
[Enter Product] AND [Enter Product]...can this be done? Thanks
 
A

Allen Browne

So you want to find *either* of the 2 values in the same field?

Try entering this in the Criteria row of query design:
[Enter Product 1] OR [Enter Product 2]
 
D

Daryl S

Deeds -

Yes, you can have multiple prompt criteria. You need to use different names
(e.g. [Enter Product] and [Enter second product]) if you want the user to
enter two different items.
 
D

deeds

Thanks...how do i then show all fields instead of having to choose 2. Is
there a way to show all? Thanks again!

Daryl S said:
Deeds -

Yes, you can have multiple prompt criteria. You need to use different names
(e.g. [Enter Product] and [Enter second product]) if you want the user to
enter two different items.

--
Daryl S


deeds said:
I want to be able to enter 2 critieria from a prompt box when run query. Eg.
[Enter Product] AND [Enter Product]...can this be done? Thanks
 
K

KARL DEWEY

Do you have each product in a separate field like a spreadsheet?

--
Build a little, test a little.


deeds said:
Thanks...how do i then show all fields instead of having to choose 2. Is
there a way to show all? Thanks again!

Daryl S said:
Deeds -

Yes, you can have multiple prompt criteria. You need to use different names
(e.g. [Enter Product] and [Enter second product]) if you want the user to
enter two different items.

--
Daryl S


deeds said:
I want to be able to enter 2 critieria from a prompt box when run query. Eg.
[Enter Product] AND [Enter Product]...can this be done? Thanks
 
D

Daryl S

Deeds -

You can select any fields you want to show in query design.

Post your SQL statement and explain what you are getting and what you want
to get, and we can help more.

--
Daryl S


deeds said:
Thanks...how do i then show all fields instead of having to choose 2. Is
there a way to show all? Thanks again!

Daryl S said:
Deeds -

Yes, you can have multiple prompt criteria. You need to use different names
(e.g. [Enter Product] and [Enter second product]) if you want the user to
enter two different items.

--
Daryl S


deeds said:
I want to be able to enter 2 critieria from a prompt box when run query. Eg.
[Enter Product] AND [Enter Product]...can this be done? Thanks
 

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