Alright. I have 3 dropdown lists and then I have an integer variable. For now,l ets just say the variable equals 15.
The goal at the end is to have the values selected in the 3 dropdown lists equal 15.
All 3 lists are selectable and I want it to be like when the first list is "dropped" I want the values to be 0-15. Then lets say a '7' is selected. Then I want the other 2 DDLs to show values of 1-8. And once a second value is selected, lets say '5' then the 3rd DDL would be 1-3.
I hope I made this clear enough. How do I do this?
The goal at the end is to have the values selected in the 3 dropdown lists equal 15.
All 3 lists are selectable and I want it to be like when the first list is "dropped" I want the values to be 0-15. Then lets say a '7' is selected. Then I want the other 2 DDLs to show values of 1-8. And once a second value is selected, lets say '5' then the 3rd DDL would be 1-3.
I hope I made this clear enough. How do I do this?