manrique83
Programmer
I couldn't find a concrete answer to my question in any of the other threads.
I have a listbox that is supposed to populate a field in my database after the user has selected a choice. It works fine if the multiselect is set to 'None' but I needed to be Simple or Extended. If i do that, when the user clicks on multiple values, the corresponding field in the table wont be updated.
I assume I need code to do this but I wouldn't have an idea as to how to write it.
My form has other textboxes and combo boxes that are updating one table after the user tabs until it has reached the end and a new empty form begins. The textboxes and combo boxes update fine, but my listbox doesn't.
Any help?
I have a listbox that is supposed to populate a field in my database after the user has selected a choice. It works fine if the multiselect is set to 'None' but I needed to be Simple or Extended. If i do that, when the user clicks on multiple values, the corresponding field in the table wont be updated.
I assume I need code to do this but I wouldn't have an idea as to how to write it.
My form has other textboxes and combo boxes that are updating one table after the user tabs until it has reached the end and a new empty form begins. The textboxes and combo boxes update fine, but my listbox doesn't.
Any help?