Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Can I allow two or more selections in a drop down list ?

0 views
Skip to first unread message

Kavinga

unread,
May 1, 2008, 8:59:20 PM5/1/08
to
How can I allow 2 or more selections from a one drop down list..? PLease help
me.. Its urgent...

Douglas J. Steele

unread,
May 1, 2008, 9:28:09 PM5/1/08
to
Combo boxes (the Access name for drop down lists) are limited to only
selecting one value. If you need multiselect, consider using a list box.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)


"Kavinga" <Kav...@discussions.microsoft.com> wrote in message
news:8A324D97-452E-4814...@microsoft.com...

David W. Fenton

unread,
May 2, 2008, 4:48:43 PM5/2/08
to
"Douglas J. Steele" <NOSPAM_djsteele@NOSPAM_canada.com> wrote in
news:O9C#JP$qIHA...@TK2MSFTNGP04.phx.gbl:

> Combo boxes (the Access name for drop down lists) are limited to
> only selecting one value. If you need multiselect, consider using
> a list box.

If it's being used to select WHERE criteria, you could combine the
combo box with a text box, and add values to it separated by OR, and
then pass the contents of the OR clause through
Application.BuildCriteria() and end up with a proper WHERE clause
from it. I do this all the time on my query-by-form interfaces.

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/

0 new messages