Multi select combo box using a lookup table

  • Thread starter Thread starter Alaska1
  • Start date Start date
Combo boxes aren't really multi-select. Did you mean list box? In any case,
the multi-select property is normally used to request data, as in using the
lookup table to return records to a subform or another list box.
 
No, but you can do it with a listbox. Go to the Other tab and set the
Multiselect property to Simple or Extended.

Steve
(e-mail address removed)
 
Back
Top