Hello all!
I have not been able to find the answer to my question. Everything I find is opposite of what I want to do.
Any who...I have a listbox on my form that will be MultiSelect. Let's say the listbox contains the names of fruits: Apples, Oranges, Grapes, Mango. The user should select which one he/she likes. So let's say he/she picks Apples and Oranges. Both of these entries should be stored somehow in the table for the same person.
Every thread or example I find on the internet has a listbox where they can select more than one item but the items on the listbox don’t necessarily affect the same person. For example, I saw a database example that had a list of employees. The user could select multiple employees for which you could set a meeting date. Then, when the command button was pressed, the meeting date would be entered in the table for each employee. Thus, each item is stored in different parts of the table.
The thing with my listbox is that the items being selected would be for the same person. How then, if not more than one item can be stored in one field, could I store the Apple and Orange in the table?
I appreciate your time and assistance. Only with your guidance can I make sence of this. Thank you!
I have not been able to find the answer to my question. Everything I find is opposite of what I want to do.
Any who...I have a listbox on my form that will be MultiSelect. Let's say the listbox contains the names of fruits: Apples, Oranges, Grapes, Mango. The user should select which one he/she likes. So let's say he/she picks Apples and Oranges. Both of these entries should be stored somehow in the table for the same person.
Every thread or example I find on the internet has a listbox where they can select more than one item but the items on the listbox don’t necessarily affect the same person. For example, I saw a database example that had a list of employees. The user could select multiple employees for which you could set a meeting date. Then, when the command button was pressed, the meeting date would be entered in the table for each employee. Thus, each item is stored in different parts of the table.
The thing with my listbox is that the items being selected would be for the same person. How then, if not more than one item can be stored in one field, could I store the Apple and Orange in the table?
I appreciate your time and assistance. Only with your guidance can I make sence of this. Thank you!