Mulitple selection in Combo box?

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

Rick Brandt

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.
 

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

Top