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