Hi,
I have a problem when selecting values from some combo boxes.
I have a form with two combo boxes next to each other, they both have the same data source, which is an array. I need to be able to select different values in each combo box.
My problem is that when the user selects a value from either combo box, it sets the other combo box to the same value. So the values in the combo boxes are always the same as each other, I can't make one different from the other unless I type in one of them.
I don't have any events coded for these combo boxes, so it seems to be something with .NET.
I've tried moving the combo boxes away from each other, putting then on different panels and group boxes and nothing has worked.
Any help would be appreciated
Thanks