Combo box Concatenation

T

tshipshape

I use a combo box for listing values to add to a data field. However there
are times when I would like to have more than one of these values shown. Each
time I select a new value from the combo box it deletes the previous
selection. Is there a way to add multiple selections, (Concatenate), the
selections to form one?

Thanks.....
 
D

Dan Artuso

Hi,
From your description, it sounds like you might want to use a listbox set to multi-select.
Just be aware, that you must then use code to get at the selections themselves.
 
Top