booboo0912
Programmer
Hello! This is probably a simple question for some, but I'm a newbie...enuff said? 
I have two drop-down menus: Day1 and Day2
In each menu, I have the following values: Track1, Track2 Track3
The user can select Track1 for the first menu, and Track2 for the second menu, or vice versa, but if either menu has a value=Track3, the other menu value MUST be Track3 as well (I was trying to populate the other menu based on the value of the first, if the value was Track3, but got stuck in an if...else loop b/c I wasn't able to re-select a different value).
I need for the users to be able to make their selections, but also change their selections if needed.
Is this one long If...else statement, or is there a better way?
Thanks in advance!
I have two drop-down menus: Day1 and Day2
In each menu, I have the following values: Track1, Track2 Track3
The user can select Track1 for the first menu, and Track2 for the second menu, or vice versa, but if either menu has a value=Track3, the other menu value MUST be Track3 as well (I was trying to populate the other menu based on the value of the first, if the value was Track3, but got stuck in an if...else loop b/c I wasn't able to re-select a different value).
I need for the users to be able to make their selections, but also change their selections if needed.
Is this one long If...else statement, or is there a better way?
Thanks in advance!