Drop-down Menu

  • Thread starter Thread starter bagia
  • Start date Start date
B

bagia

I have a form where I've created a drop-down menu. Is it
possible to select more than one value from the drop-down
menu? If so, how would I make this work? I like to have
this field store in my table called Color.

Any suggestions or advice would be appreciated.
 
You can't do this with a 'ComboBox' which is the drop down one, but you can
with a ListBox which shows your choices in a larger box with a scroll bar.
You will need to set the 'MultiSelect' property to Yes, which is not the
default setting.

Gary Miller
 
Back
Top