"All" and Combo Box

J

Jenn

I am still confused on how to allow a user to select all available options
from a combobox. Lets say I have 4 items in a table:

Dog
Cat
Bird
Elephant

I have created a combo box that is used as a criteria to run a query based
on what is selected (i.e., the user selects "Dog" and only the dog records
show in the query). How can I get the criteria box in the query to allow all
records to show?? I would like the list in the combo box to look like this:
Dog
Cat
Bird
Elephant
(All)
If the user selects (All) I just want the query to run without anything in
the criteria row. Is there anyway to do this. I am confused about how a
query would need to see this.

Thanks in advance!
 

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