Is it possible to populate a field with multipule data selections from a drop-down list?
D davyc Oct 21, 2003 #1 Is it possible to populate a field with multipule data selections from a drop-down list?
E Earl Kiosterud Oct 21, 2003 #2 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.
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.