G
Gary Schuldt
I am working to set up a QueryByForm. It has several selection parameters
on it, many of which are combo boxes. Each combo box has a record source
which is a table containing the values I want to drop down.
The idea is that the user would select one parameter per combo box
reflecting what data they wanted to display; then they click cmdQuery and
all's well in the world.
I can't figure out how to display something like <All> as the first entry in
the combo box list, which would signal essentially a "*" search criterion
(i.e., any value for this parameter).
So far I've got it set up so that, when the Form is run, all the combo boxes
come up with a blank (nothing selected) initial value. But once I drop down
the box and select an item from the list, the blank is not there any more.
My work-around is just to delete a non-blank selected item (it's unbound
anyway), but that seems *really inelegant*.
Any suggestions?
Gary
on it, many of which are combo boxes. Each combo box has a record source
which is a table containing the values I want to drop down.
The idea is that the user would select one parameter per combo box
reflecting what data they wanted to display; then they click cmdQuery and
all's well in the world.
I can't figure out how to display something like <All> as the first entry in
the combo box list, which would signal essentially a "*" search criterion
(i.e., any value for this parameter).
So far I've got it set up so that, when the Form is run, all the combo boxes
come up with a blank (nothing selected) initial value. But once I drop down
the box and select an item from the list, the blank is not there any more.
My work-around is just to delete a non-blank selected item (it's unbound
anyway), but that seems *really inelegant*.
Any suggestions?
Gary