Amanda
2012-03-16 11:55:30 UTC
What I want to do is have a second drop down menu populate based on what I select in the first one.
To elaborate:
Drop-down menu one has the following choices:
Dad
Mom
Amy
Sarah
Cheryl
I want drop down menu 2 to be different depending on what name I select.
If I chose "Dad", the choices for the second menu should be "Honda Goldwing", "Chevy Oversized Pickup", and "Jeep Cheroke".
But, if I select "Amy", the choices for the second menu should be "Lexus ES300, Jeep Wrangler", etc.
I could just list everything in the second drop down menu, but that isn't any kind of fun! Not that I'm stubborn. Alas, I have not been able to figure this out. I've tried messing around with "IF" statements, but those apparently only work on numeric values? I'm not sure what other tools to use to make this project possible.
Assistance would be much appreciated.