How do you synchronize two combo boxes, so that one picks up the info. posted in the other?
Eg:
combobox1 = Value1
How do I set up combobox2 so that it gets Value1 as the default?
Printable View
How do you synchronize two combo boxes, so that one picks up the info. posted in the other?
Eg:
combobox1 = Value1
How do I set up combobox2 so that it gets Value1 as the default?
try setting or filling combo2 in the click event of combo1