My Database Application in ADODB/VB6/Access has Listbox1 populated with a list of 20 Customer Requirements from an Access Table of all possible requirements. As not all requirements are required then the user selects which are required.
When user double clicks the selections he requires for this record in the database they are then listed in Listbox2.
This works fine but I now need to know how to save ALL the items/contents of Listbox2 to the database record field or mutiple fields and how to display the selections when record is recalled/reviewed
I would appreciate it if someone could show the coding required as I have tried SQL Update/Insert without success.
Thanks in advance.
When user double clicks the selections he requires for this record in the database they are then listed in Listbox2.
This works fine but I now need to know how to save ALL the items/contents of Listbox2 to the database record field or mutiple fields and how to display the selections when record is recalled/reviewed
I would appreciate it if someone could show the coding required as I have tried SQL Update/Insert without success.
Thanks in advance.