I have a query that runs off of a specific product category through a combo box on a form.
(((Item_Detail.Product_Category)=[Forms]![category_summary]![cat_name_combo]))
The first option in the combo box is an empty entry that returns no results since it is not tied to any category.
The combo currently looks like:
------------------
Combo Box
------------------
Curtains
Helmets
Soldering
On a seperate form, this query is also run to show information on the entire program and not specific to just 1 cateogory.
Is there a way to create an entry in the combo box (preferably the default option that would run the query for the entire program and if the combo box was expanded, then a specific category could be selected?
------------------
Combo Box
------------------
All Categories
Curtains
Helmets
Soldering
(((Item_Detail.Product_Category)=[Forms]![category_summary]![cat_name_combo]))
The first option in the combo box is an empty entry that returns no results since it is not tied to any category.
The combo currently looks like:
------------------
Combo Box
------------------
Curtains
Helmets
Soldering
On a seperate form, this query is also run to show information on the entire program and not specific to just 1 cateogory.
Is there a way to create an entry in the combo box (preferably the default option that would run the query for the entire program and if the combo box was expanded, then a specific category could be selected?
------------------
Combo Box
------------------
All Categories
Curtains
Helmets
Soldering