Page 3 of 3 FirstFirst 123
Results 31 to 36 of 36
  1. #31
    WCStarks is offline Competent Performer
    Windows 10 Access 2016
    Join Date
    Sep 2016
    Posts
    314

    By the way. Under the Events, in the embedded sub-form, I have a multi-select combobox for the Roles, because I often need to include more than one item. But the Access multi-select combo is a real pain to use. Has anyone come up with a better solution?

  2. #32
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,931
    AFAIK, a multi-select combobox is only possible when bound to a multi-value field. So if you don't like it, then don't use a multi-value field, create a related table in which each value will be selected in a separate record row. You need to understand this is what Access is really doing with a multi-value field, only the related table is hidden.

    I have NEVER utilized multi-value field.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #33
    orange's Avatar
    orange is offline Moderator
    Windows 10 Access 2010 32bit
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,726
    You have mentioned Option Specific and Option Distinct, but the command is

    Option Explicit
    Good luck

  4. #34
    ssanfu is offline Master of Nothing
    Windows 7 32bit Access 2010 32bit
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    Quote Originally Posted by WCStarks View Post
    <snip> I have a multi-select combobox for the Roles, because I often need to include more than one item. But the Access multi-select combo is a real pain to use. <snip>
    As June said, that sounds like a multi-value field. Most experienced Access developers do not use multi-value fields, Look up fields in tables nor calculated fields in tables.

    Microsoft did not fully implement the "multi-value field"; it is easy to enter data, but a real PITA to extract data.
    Behind the scenes, a multi-value field is a many-to-many relationship, so you might as well set up a normalized design that is functional and easy to use and forget about multi-value fields.

  5. #35
    WCStarks is offline Competent Performer
    Windows 10 Access 2016
    Join Date
    Sep 2016
    Posts
    314
    Sorry for the confusion. I would have meant Explicit, which setting I enabled.

  6. #36
    WCStarks is offline Competent Performer
    Windows 10 Access 2016
    Join Date
    Sep 2016
    Posts
    314
    Thanks for your help

Page 3 of 3 FirstFirst 123
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 10
    Last Post: 01-18-2016, 07:02 PM
  2. Replies: 2
    Last Post: 01-14-2015, 12:00 PM
  3. Replies: 15
    Last Post: 04-17-2012, 01:42 PM
  4. Specific records in a form
    By ellixer in forum Forms
    Replies: 1
    Last Post: 06-30-2011, 08:56 AM
  5. Filter specific records on sub form
    By foxtet in forum Forms
    Replies: 5
    Last Post: 06-05-2011, 12:06 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums