T
Tim
I have a table containing inventory. I have created a form that will act as a
"report generator." Users will select values in unbound combo and text boxes
for criteria. Once the criteria is selected a button will launch a
query/report based on the values.
I have an issue with how to handle some selections. For example I have a
combo titled "cmbLocation" The associated field that will be queried is a
field titled "Location" that contains two possible values (In Store, On Rent.)
I want to approach this one of two ways. One, add a third choice to the
combo box of "All Locations", OR just leave the combo box blank if all
locations is desired. I want to return all values if "All locations" is
selected or possiblly leave the combo box with a null value.
I would prefer the "All Locations" option but being that my field does not
literally contain the value "All Locaitons" I'm not sure how to do this. The
null value option may be the most practical.
Suggestions?
Thanks for any help!!!!
Tim
"report generator." Users will select values in unbound combo and text boxes
for criteria. Once the criteria is selected a button will launch a
query/report based on the values.
I have an issue with how to handle some selections. For example I have a
combo titled "cmbLocation" The associated field that will be queried is a
field titled "Location" that contains two possible values (In Store, On Rent.)
I want to approach this one of two ways. One, add a third choice to the
combo box of "All Locations", OR just leave the combo box blank if all
locations is desired. I want to return all values if "All locations" is
selected or possiblly leave the combo box with a null value.
I would prefer the "All Locations" option but being that my field does not
literally contain the value "All Locaitons" I'm not sure how to do this. The
null value option may be the most practical.
Suggestions?
Thanks for any help!!!!
Tim