Hello I would like to get some ideas on how to modify a Combobox during runtime and save the changes so next time the form is ran changes are available.
Here is the plan.
A form displays a combobox that get populated with several items.
Next to the combobox I will add three buttons: Add, Delete and Modify.
My idea is that the combobox will read a previously created file with the items of the list.
And each button will modify that same file in order to be abel to manipulate the combobox.
Do you have any ideas on what kind of db file i should use that gives me a simple solution?
Are there particular tips or tweaks I should know about?
Thanks. Hope to hear from you soon.
Here is the plan.
A form displays a combobox that get populated with several items.
Next to the combobox I will add three buttons: Add, Delete and Modify.
My idea is that the combobox will read a previously created file with the items of the list.
And each button will modify that same file in order to be abel to manipulate the combobox.
Do you have any ideas on what kind of db file i should use that gives me a simple solution?
Are there particular tips or tweaks I should know about?
Thanks. Hope to hear from you soon.
Comment