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??
DylanPosted Aug 17, 2007, 11:13 AM
Hey,
Thanks for the reply, but I'm kinda new to this and if you could clarify what you mean a bit more.
Thanks,
Dylan
Munir ShaikhPosted Aug 16, 2007, 12:36 AM
In my openion you shsould have a generic function which will accept drop-down, and SELECT Statement and before posting the form you should bind it with each drop-down, i have handdle this till 5-6 drop-down but you need to check for 100's of drop-down
Regards,
>>Munnamax