Question
Ford Motor Company Ltd
IN
Last activity: 21 Nov 2019 1:41 EST
How to create dependent Combo box field in Windows Form
Hi,
I am designing a windows form with two Combo box.
Combo Box 1
Combo Box 2
Combo Box 1 has following fixed List of Values,
a. Option 1
b. Option 2
I would like to design the Combo Box 2 as below,
If "Option 1" is selected in Combo Box 1, following values should get listed in Combo box 2
a. Value 1
b. Value 2
If "Option 2" is selected in Combo Box 1, following values should get listed in Combo box 2
a. Value 3
b. Value 4
i.e, Combo box 2 List of values to be listed is dependent based on the value selected in Combo Box 1.
Could you please help me with a solution to this.