Hi,
I have two combo boxes on a form. The combo boxes are populated with the same values. When I change either of the combobox values, the other box changes to the value i have picked, and vice versa. Whats going on here?
Thanks,
Larry B.
Printable View
Hi,
I have two combo boxes on a form. The combo boxes are populated with the same values. When I change either of the combobox values, the other box changes to the value i have picked, and vice versa. Whats going on here?
Thanks,
Larry B.
Are both these Combo Boxes bound to the same DataSource? Try not to use Bound Controls, they tend to have this kind of weird behavior which is difficult to debug.