List box as a multi pick list

T

thread

Hi all,

I would like to have a list that will be used for more the one pick,
list box looks like it suit my requerments but there is only option to
choose one item from the list

does anyone have idea on a way to make the list box usage for a multi
pick or there is another way to do it?
 
A

Allen Browne

Set the list box's MultiSelect property.

A query cannot apply the criteria from a multi-select list box directly, so
you will need to programmatically loop through its ItemsSelected collection.
Example in:
Use a multi-select list box to filter a report
at:
http://allenbrowne.com/ser-50.html
 

Ask a Question

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.

Ask a Question

Similar Threads


Top