listbox options forcing variable sub-options

D

Dennis Wolf

I have a few list boxes that give various options. I want the user to be
able to choose from different suboptions in another list box once they have
made the first choice.
I.e. if option 1 is chosen in the first list box then the second list box
gives them xyz options. If option 2 is chosen in the first listbox then the
second list box gives them abc options.
I.e. the second listbox should give the user different values to choose from
when option 1 or option2 are chosen in the first box. Options in second list
box depend on what was chosen in first listbox

thanks
Dennis
 
Top