PDA

Click to See Complete Forum and Search --> : combo box question


cmat
Dec 7th, 1999, 08:56 PM
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?

MR
Dec 7th, 1999, 09:54 PM
try setting or filling combo2 in the click event of combo1