How can I do more trhan one selection

  • Thread starter Thread starter TAD
  • Start date Start date
T

TAD

I created a table with drop down list and I was wondering if there's anyway
to choose more than one selection fro the drop down list at the same time (in
the same cell)??
 
Maybe you could replace the dropdown list (data|validation or combobox or
dropdown) with a listbox from the Forms toolbox or the Control toolbox and a
button (from the forms toolbar) or a commandbutton from the control toolbox
toolbar--and a macro.
 
Back
Top