I have a continuous form that has one combo box (cbo1) with the
selectable values of "Removal" and "Installati on". I would like to
change another combo box (cbo2) value list based on the selection in
cbo1.
For example, when the user selects "Removal" from cbo1 I would like
the value list of cbo2 to be one set of values and when "Installati on"
is selected in cbo1 I would like the value list of cbo2 to be a
different set of values.
Is this possible?
Thanks in advance.
Troy Lee
selectable values of "Removal" and "Installati on". I would like to
change another combo box (cbo2) value list based on the selection in
cbo1.
For example, when the user selects "Removal" from cbo1 I would like
the value list of cbo2 to be one set of values and when "Installati on"
is selected in cbo1 I would like the value list of cbo2 to be a
different set of values.
Is this possible?
Thanks in advance.
Troy Lee
Comment