RE: can't make an option group or drop down menu where multi selectio.
From: Jamie Richards (JamieRichards_at_discussions.microsoft.com)
Date: 09/22/04
- Next message: Stephen Lebans: "Re: RichText in a "classic" TextBox"
- Previous message: Paul James: "using the results of a SQL SELECT(COUNT) statement in VBA"
- In reply to: edleonard8: "can't make an option group or drop down menu where multi selectio."
- Next in thread: Allen Browne: "Re: can't make an option group or drop down menu where multi selectio."
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 22 Sep 2004 16:29:03 -0700
Hi,
One way would be to put checkboxes on your form (ordered nicely) surround by
an etched box. This will simulate the appearance of an option group while
allowing selection of more than one item.
You could also use a list box with the multi-select option set, but I think
the first way I mentioned is the simplest.
Jamie
"edleonard8" wrote:
> I need a combo box or a drop down list where a user can select or check more
> than one item in the list. Example: under question:
> which MS products do you use: Excel, Word, Access, Outlook.
>
> User needs to select one or more and admin to be able to report on that.
- Next message: Stephen Lebans: "Re: RichText in a "classic" TextBox"
- Previous message: Paul James: "using the results of a SQL SELECT(COUNT) statement in VBA"
- In reply to: edleonard8: "can't make an option group or drop down menu where multi selectio."
- Next in thread: Allen Browne: "Re: can't make an option group or drop down menu where multi selectio."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|