Multiple values in List Box

G

Guest

I have a list box displaying Groups in a form,
and a query that is supposed to give me information only for the groups selected in the list box

The list box is supposed to allow for multiple selections, which means that I need to choose 'Simple' or 'Extended' for the Multi Select property. The problem is that my query doesn't read the selections in those modes

I appreciate your help on this.
Diana
 
R

Roger Carlson

Unfortunately, you have to use code to cycle through all the selected values
in the listbox. On my website, see sig below, is a small sample database
called CreateQueries2.mdb which illustrates how. Look at Form 6.

--
--Roger Carlson
www.rogersaccesslibrary.com
Reply to: Roger dot Carlson at Spectrum-Health dot Org

Diana said:
I have a list box displaying Groups in a form,
and a query that is supposed to give me information only for the groups selected in the list box.

The list box is supposed to allow for multiple selections, which means
that I need to choose 'Simple' or 'Extended' for the Multi Select property.
The problem is that my query doesn't read the selections in those modes.
 

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