Multiselect list box into one column

Ammarhm

Beginner User
Local time
Today, 15:12
Joined
Jul 3, 2008
Messages
80
Hi Guys
I have created a database in which the user has an input form, one of the controles used in the form is a list box allowing multiple selection (Multiselect propery = simple) I have 3 items in the box and the form is linked to a table
My question is the following:
Is there a way to store what the user chose (single or multiple items) into one column??
I would really appreciate your answer as i am very stuck on this
 
Thank you so much for the quick respons
Let us say that i instead use three columns in my database to store the selected items (three items in the list box, three columns in DB, one for each item setting a value or check box if item selected in list box) what would the appropriate aproach be??
Thanks again
 
The "normalized" solution would be 3 records (rows) in a related table rather than 3 fields (columns). You would use the standard code to loop through the selected items, and inside that loop append a record to that table for each selected item.
 
Really appreciate your help7
Could you please help me with the VBA code??
I attached a similar design form to my problem
I would really appreciate if you could take the time to help wth the code
Thanks again
 

Attachments

Users who are viewing this thread

Back
Top Bottom