A
AimeeK via AccessMonster.com
Hello, Sorry if this has been answered before, but I'm trying to set up a
combo box in which I'd like the values to be based upon a choice from the
previous combo box. Here's an example:
In the first combo box, I have various master categories: Dry Groceries,
Oils and Shortenings, Center of the Plate, etc. In the second combo box, I
have categories that fall under the master categories. What I want to happen
is that when a user selects "Dry Groceries" as a master category, in the next
combo box, I only want the user to be able to choose from only categories
that fall under "Dry Groceries", instead of showing all the available
categories.
The first combo box is based off of a table called "tblMasterCategories", and
right now, the second combo box is based off of a query called
"qryCategories". Something's just not clicking here, can anyone help? I'm
thinking it has to do with filtering or something.
Thanks in advance.
combo box in which I'd like the values to be based upon a choice from the
previous combo box. Here's an example:
In the first combo box, I have various master categories: Dry Groceries,
Oils and Shortenings, Center of the Plate, etc. In the second combo box, I
have categories that fall under the master categories. What I want to happen
is that when a user selects "Dry Groceries" as a master category, in the next
combo box, I only want the user to be able to choose from only categories
that fall under "Dry Groceries", instead of showing all the available
categories.
The first combo box is based off of a table called "tblMasterCategories", and
right now, the second combo box is based off of a query called
"qryCategories". Something's just not clicking here, can anyone help? I'm
thinking it has to do with filtering or something.
Thanks in advance.