multiple data entries in a field from one list

D

davyc

Is it possible to populate a field with multipule data selections from a
drop-down list?
 
E

Earl Kiosterud

You can use the list box or combo box from the Controls Toolbox (not from
the Forms toolbar). You can specify the MultiselectMulti or
MultiSelectExtended property. You'll need code to examine the user
selections.
 
Top