August 25, 200322 yr Newbies Ok maybe I did not made myself clear. I have to pop up menus. (1) Popup menu number 1 has the following id values: 01.01,01.02,01.03,01.04... and so on. (2) Popup menu number 2 has the following class values: History,Algebra,Sciences,P.E....and so on. When I select the value 01.02 from popup menu 1 I would like for popup menu 2 to set itself to "Algebra" because that is the class with the id 01.02. Now instead of my coding to be: case(test,result,test,result,test,result...) and so on I thought their would be something easier. An easier way would be to select an id from popup menu 1 check to see what value index it is and set popup menu to the same index so all my id and classes will be coupled. Thanks in advance macster
Create an account or sign in to comment