Combo Boxes containing the value "All Values"

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a few combo boxes that are dependent on each other. I use code that
sets the record source for each combo box to a different query. The problem
is if the user selects a value, and requeries the combo box, I lose the value
"All Values". I do not have "All Values" as a value in the table that each
combo box queries from since I would have to create numerous combinations.
My logic in each query states if the user selects "All Values" return all of
the values in the table.

How can I keep all of the values that are queried from the table in the
combo box, plus the value "All Values"? Is there a way to set the record
source to a query plus a value such as the default value?
 

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

Back
Top