I have an Access form that has 4 check boxes. I have 4 queries for each check box and a combo drop down list that displays products that are in my table tblproduct. The check boxes are named as follows:
InStockQ
OutOfStockQ
DiscontinuedItemsQ
All Products
The frame name for the grouped check box is called grpBox.
Now what I am looking for is a way to be able to select each checkbox and the query corresponding to the check box displays the products in the combo box. For example, if I check the OutOfStockQ checkbox, I want only the products that are Out of stock to populate the combo box. Is there a way a simple way to do this? I tried using the toggle buttons but I could only get two options to work that is why I switched to check box. I am open to whichever is easier.
Much thanks,
Liz
InStockQ
OutOfStockQ
DiscontinuedItemsQ
All Products
The frame name for the grouped check box is called grpBox.
Now what I am looking for is a way to be able to select each checkbox and the query corresponding to the check box displays the products in the combo box. For example, if I check the OutOfStockQ checkbox, I want only the products that are Out of stock to populate the combo box. Is there a way a simple way to do this? I tried using the toggle buttons but I could only get two options to work that is why I switched to check box. I am open to whichever is easier.
Much thanks,
Liz