views:

16

answers:

1

I have three ComboBoxes on my form. What is the event so that if an item in Combobox1 is selected, the options in ComboBox2 and ComboBox3 change.

+1  A: 

I think you want the OnChange event, when that occurs you can modify the other comboboxes as needed.

I dont really have a good answer for your other question, sorry.

GrayWizardx