I am creating small application.
Wherein I have 6 combobox with option "Yes","No"
6 combo box is been assigned values like 2, 2, 2, 3 ,3 ,2 for "Yes"
option.
If user selects "Yes" then score will be 2 similarly for other combo
box.
if user select "No" for 1st combo box the score 2 will be equally
distributed to other combo box
based on the option.
How can i achieve this in VB.