Hello All,
I want to create a drop down list that is dependent on a control button. Drop down menu changes depending on the value entered in another field. Is this possible?
Example:
If ListBox1 = 1
Then ListBox2 drop down menu = a,b,c,d
If ListBox1 = 2
Then ListBox2 drop down menu = x,y,z
If ListBox1 = 3
Then ListBox2 drop down menu = l,m,n,o,p
Please let me know if this is possible.
Thank you in advance.