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.
adding items permanently in combobox at runtime
Collapse
X
-
Tags: None
-
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