Hey group.
I have 100 combo boxes that all look into the same field of a database, a name field. I have created these comboboxes with code and they load at run time. They do populate with the right field, however when I select a name in one they all change to the same name. I want to be able to select a different name for each. Do I have to create a dataset/binding source for each box?? Also since the boxes do not exist until run time this all has to be done through code. Any Ideas??