You might be looking for the functionality of a list box.
Or you might be looking for the functionality of displaying the form as a
Datasheet or Continuous View form.
You might be looking for the functionality of a list box.
Or you might be looking for the functionality of displaying the form as a
Datasheet or Continuous View form.
List boxes have a property which can be set to allow selection of a single
item, or multiple items. It's called "Multi Select", and you'll find it on
the "Other" tab of the property sheet for the form. The three choices are
"None", "Simple" and "Extended". You can check the different behaviors of
Simple and Extended select to see which best suits your preferences.
Note that USING the items selected in a multi-select enabled list box is
also a bit more complex than in a single select. Post back if you have
further questions.
Here is a simple example that shows how to use VBA code to "iterate" the
..ItemsSelected property of a multiselect list box. As others have already
mentioned, you set the multiselect property on the Other tab of the
properties dialog:
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.