S
setterst
I am still new to Access and querying, so please be gentle.
I am creating a form in Access where I am using a series of combo boxes
to create a product selector. The problem I am running into, is I want
to be able to change the Field of next combo box's query based on a
previous selection. Can anyone lead me in the right direction on this?
For example, somehting that would have this effect:
SELECT DISTINCT Table.([Forms]![SelectorForm]![ComboBoxSelection])
FROM Table;
I want to be able to use the results for the source of the next combo
box, so if anyone has any suggestions involving something other than
correcting my syntax to the query, I am listening.
Thanks!!
I am creating a form in Access where I am using a series of combo boxes
to create a product selector. The problem I am running into, is I want
to be able to change the Field of next combo box's query based on a
previous selection. Can anyone lead me in the right direction on this?
For example, somehting that would have this effect:
SELECT DISTINCT Table.([Forms]![SelectorForm]![ComboBoxSelection])
FROM Table;
I want to be able to use the results for the source of the next combo
box, so if anyone has any suggestions involving something other than
correcting my syntax to the query, I am listening.
Thanks!!