Combo box Concatenation

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.....
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Excel Concatenate Form Name to Parse for function 1
Combo Box Help 7
Combo Box 3
Combo Box Question 4
Trouble with combo box 1
Combo box trouble 1
How to concatenate a Yes/No column? 2
Combo Box QUESTION 5

Back
Top