Multi select combo box using a lookup table

A

Arvin Meyer [MVP]

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