I have created a list box with 5 values in it... My goal is depending on which of these values is selected I want another list box that only presents specific corresponding values to what was selected. For example, in the first list box I have values A,B,C,D and E; A corresponds to 1,2 or 3, B corresponds to 4,5 or 6 and so on. I want to select "A" in the first list box, and then only be presented with the options of 1,2 or 3 in the second list box; Or, select "B" and only be given the choices of 4, 5 or 6... and so on.
Any help will be appreciated.
Regards,
DSL1970
Bookmarks