Multiple Chices in a Form to bring up results

R

Richard Powell

I hava a database where I want to be able to pick multiple
people all at once from a list to bring me up there
individual results.

I can't seem to be able to get a list so that I can pick
multiple people.

I am basing the form on a query. The query works for a
single individual but I want to be able to pick multiple
individuals.

Can anyone help.
 
M

Michel Walsh

Hi,


A Listbox (not a combo box) allow you to select multiple items (since Access
95). Just change its MultiSelect properties (on the tab Others) from None to
anything else, and you can use Ctrl to make discontinuous selections, or
shift to make one continuous selection. Once done, take a look at
http://www.mvps.org/access/forms/frm0007.htm to get a possible way to handle
the selection, with code.


Hoping it may help,
Vanderghast, Access MVP
 

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

Top