Hello,
I would like to link three Combo Boxes and achieve the following:
1. If I select an item in Combo Box A, I don't want to display the same option in Combo Box B.
2. If I select an item in Combo Box B, it should automatically disable the same option in Combo Box C.
How do I do this ?(Traditional web)
Hi Vamsi,
You can set the On Change event of Combo Box B to automatically change the value of Combo Box C or to change the options in other combo box :)
Regards
Please take a look at my .oml for example.
Regards,
Khuong