|
|
Question : Save selected data from a multi-select combo box
|
|
I have a form which includes a combo box. I want the user to be able to select more than one item in the combo box but after they select the items (or maybe one item), have the combo box field display the selections separated by a comma. For example, lets say they select "A", "B", and "D" in the combo box. after making those selections I want the combo box field to display "A, B, D". The field is bound to a table and the row source is from an underlying query. Can this be done?
|
Answer : Save selected data from a multi-select combo box
|
|
see this sample db
|
|
|
|
|