I have several combe boxes on a form, all unbound with lookup coming from another table containing just the options for that input.
these combo boxes go in order 1, then 2, then 3.
I would llike to limit the chooses in comdo box 2 to only the ones available for the selection option in combo box 1.
I have set up another table that has two fields, to list all possible options for combox box one selection. I thought I could qry this table, but I can not use the value from combo box 1 to use in the qry for combo box 2.
I would like to be automatic so when I move to the second combo box the chooses are already limited by combo box 1.
Any help is appreciated, thanks
dave
these combo boxes go in order 1, then 2, then 3.
I would llike to limit the chooses in comdo box 2 to only the ones available for the selection option in combo box 1.
I have set up another table that has two fields, to list all possible options for combox box one selection. I thought I could qry this table, but I can not use the value from combo box 1 to use in the qry for combo box 2.
I would like to be automatic so when I move to the second combo box the chooses are already limited by combo box 1.
Any help is appreciated, thanks
dave