How can I do more trhan one selection

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)??
 
D

Dave Peterson

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