RE: can't make an option group or drop down menu where multi selectio.

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Jamie Richards (JamieRichards_at_discussions.microsoft.com)
Date: 09/22/04


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.



Relevant Pages

  • Re: Option Group?
    ... You can't do that with an option group, since an the group can have only one ... If you want to proceed with the bitfield, use stand-alone check boxes (not ... Dim btDOW As Byte ... Called by AfterUpdate of all 7 checkboxes ...
    (microsoft.public.access.forms)
  • Re: checkboxes & command button
    ... Ah yes indeed the many checkboxes are grouped into separate Option Groups. ... The single command button is not in any Option Group. ... > I assume the Command Button that your macro is assigned to is on the ... The checkboxes aren't part of an Option Group, ...
    (microsoft.public.access.macros)
  • RE: Users want Check Boxes for entry
    ... simply create an Option Group control. ... delete the buttons and their labels, and replace them with checkboxes. ... If multiple reasons may be checked, ...
    (microsoft.public.access.forms)
  • RE: Unbound Checkboxes need to trigger event
    ... Now look for the option 'Tag'. ... an Option Group can only have one thing selected in it. ... You could also try placing all your checkboxes in a Option Group and place ... the controls by checking the tag of the controls. ...
    (microsoft.public.access.formscoding)
  • Re: What is the code for checking or unchecking a checkbox?
    ... Hi Steve, thanks for your reply. ... use separate checkboxes..) ... It appears that you are using an Option Group which contains your 3 ... Actually, I have 3 separate checkboxes, all ...
    (microsoft.public.access.macros)