adding items permanently in combobox at runtime

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • madhuri736
    New Member
    • Jan 2009
    • 1

    adding items permanently in combobox at runtime

    i have taken one combobox in form1, another in form2. when i want to add an item permanently in combobox in form1 it should automatically added in the form2's combobox permanently and at the same time it should be added into the database(ms access) also.
  • truezplaya
    New Member
    • Jul 2007
    • 115

    #2
    Have you tried to solve this yourself yet? I
    think one way would be to add the item to the database and then populate the combo boxes.

    You could also add it to your database and then add the item in to your combo boxes manually. That would process faster rather than calling the DB over and over again

    You might be able to create a list globally and add to this list and populate the combo boxes from the list.

    Either way i think you need to have a good attemp yourself and then post some of your code when you are really stuck otherwise admin will pick up your just answer hunting.

    Comment

    Working...