Mulitple selection in Combo box?

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

Guest

I am trying to build a data base and this is the missing key. I need to have
the ability to make multiple selections within a Combo Box in a Form. I also
need to be able to pull the selections on a report so that it will list only
the selected items and so it will tally the number of times a choice has been
selected. I hope this helps. Please help.
 
RTimberlake said:
I am trying to build a data base and this is the missing key. I need
to have the ability to make multiple selections within a Combo Box in
a Form. I also need to be able to pull the selections on a report so
that it will list only the selected items and so it will tally the
number of times a choice has been selected. I hope this helps. Please
help.

Not possible with a ComboBox. Can be done with a ListBox though.
 
You cannot select multiple items in a combo box.

You can with an unbound list box, but you will need to be able to write some
VBA code. For details, see:
Use a multi-select list box to filter a report
at:
http://allenbrowne.com/ser-50.html
 

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

Back
Top