Selecting more than one value in a list box

I

Isabel

Is it possible to select more than one value in a list or combo box? If it is possible how can I do it?
 
G

Gerald Stanley

You can select more than one item from a list in a ListBox
but not in a ComboBox. To allow multiple selections, set
the MultiSelect property to either Simple or Extended
(Refer to the Help file to see which is the most
appropriate for your application)

Hope That Helps
Gerald Stanley MCSD
-----Original Message-----
Is it possible to select more than one value in a list or
combo box? If it is possible how can I do it?
 

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