hello,
was wondering if there is an easy way to do what i want to do..
i have a form. i have 2 SETS of comboboxes. what imean by this is going to be clear in a second.. when i choose a value from a combobox (non-editable), i would like one of four other combo boxes to be disabled. (So, i have a total of 5 combo boxes on my form)
eg..
combox box 1 has values "a" , "b", "c", "d"
i have 4 other combo boxes that hold VALUES FOR "a" , "b", "c", "d".
depending on what is selected in the first combo box, i would like to disable the combo box in the second set (of four).. ie if "a" is selected in the first combbox, then i would like to disable combo box that holds the VALUES for a.
hope this is clear!
thanks!
was wondering if there is an easy way to do what i want to do..
i have a form. i have 2 SETS of comboboxes. what imean by this is going to be clear in a second.. when i choose a value from a combobox (non-editable), i would like one of four other combo boxes to be disabled. (So, i have a total of 5 combo boxes on my form)
eg..
combox box 1 has values "a" , "b", "c", "d"
i have 4 other combo boxes that hold VALUES FOR "a" , "b", "c", "d".
depending on what is selected in the first combo box, i would like to disable the combo box in the second set (of four).. ie if "a" is selected in the first combbox, then i would like to disable combo box that holds the VALUES for a.
hope this is clear!
thanks!