Hi: When I select an item in a first combo box, is there a way to make it show a sub-menu in the form of a second combo box to the side.
For instance--Combo Box 1 has A, B, and C as it's values.
If A is selected, another combo box is made visible with the options of A.1, A.2, and A.3, where B and C are not visible
If B is selected, another combo box is made visible with the options of B.1, B.2, and B.3, where A and C are not visible
I think you get the point from here
For each item in the main combo box, I would like it to make it to make the related combo box visible. If they change the selection, make the previous selection hidden, and the new selection visible.
Thanks alot,
JABSNH
For instance--Combo Box 1 has A, B, and C as it's values.
If A is selected, another combo box is made visible with the options of A.1, A.2, and A.3, where B and C are not visible
If B is selected, another combo box is made visible with the options of B.1, B.2, and B.3, where A and C are not visible
I think you get the point from here
For each item in the main combo box, I would like it to make it to make the related combo box visible. If they change the selection, make the previous selection hidden, and the new selection visible.
Thanks alot,
JABSNH