Results 1 to 10 of 10
  1. #1
    Ricekrispycan is offline Novice
    Windows XP Access 2007
    Join Date
    Jan 2015
    Posts
    5

    Multiple value look up question

    I'm having a bit of an issue with my multi value look up. I have no idea if this is possible or not but, I have a look up, with multiple values, and multiple columns. I was wondering if it's possible to put a selectable yes/no check box in more than one column. For example, I have a programs column, and an opt in and opt out column. I want to be able to select multiple programs, and choose whether or not the user wants to opt in or opt out of said programs. Is this possible?



    I've attached a photo that will hopefully better illustrate what I'm trying to say.

    Thanks in advance!
    Attached Thumbnails Attached Thumbnails untitled.JPG  

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    I believe the answer is no.

    I NEVER use multi-value fields.
    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. #3
    Ricekrispycan is offline Novice
    Windows XP Access 2007
    Join Date
    Jan 2015
    Posts
    5
    Ok, do you have any idea how I might be able to accomplish what I'm looking to, without a multi-value field? I'd rather not use one if I didn't have to, to be honest.

  4. #4
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    A related table and subform.
    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.

  5. #5
    Ricekrispycan is offline Novice
    Windows XP Access 2007
    Join Date
    Jan 2015
    Posts
    5
    Thanks for taking the time to answer, and I apologize, but I'm still a bit new to Access development. Do you think you could expound on that?

  6. #6
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    I don't understand your data so hard to be specific. If you want multiple tests associated with some other entity (customer, employee, ?), this is a many-to-many relationship and requires a 'junction' table.

    This is basic database concept. Perhaps this tutorial site will help: http://www.rogersaccesslibrary.com/
    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.

  7. #7
    Ricekrispycan is offline Novice
    Windows XP Access 2007
    Join Date
    Jan 2015
    Posts
    5
    I have a table called programs, which is populated with a bunch of insurance programs, and three other columns called opt in opt out, and custom. I need to be able to choose one (or many) programs and also select if each program needs to be opted in, opted out, customized, all, or neither. Preferably via check box if that's possible.

  8. #8
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    Sorry, that doesn't make much sense to me. Opted In/Out by whom/what? Choose them for what?

    Opt In/Out really should be only 1 field since a record can be only one or the other, not both. Not sure about customized, all, neither.
    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.

  9. #9
    Ricekrispycan is offline Novice
    Windows XP Access 2007
    Join Date
    Jan 2015
    Posts
    5
    Ok, sorry, let me try and word everything better. I have a table called Programs, this table is populated by insurance programs. Each insurance program can either be opted in, opted out of. What I want to do is create a form which allows the end user to select one, or many of the insurance programs, and select if they want to opt in or opt out.

  10. #10
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    Did you work through the tutorial?

    If you want users to select insurance programs, then a related table will have records only for selected programs. They 'opt in' by selecting a program and a record is created. This is conventional approach for relational data.
    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.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 6
    Last Post: 02-26-2014, 05:06 PM
  2. Design Question: Multiple years
    By dcfrancis in forum Database Design
    Replies: 4
    Last Post: 04-25-2012, 01:46 AM
  3. Multiple data entry question
    By Appeal in forum Forms
    Replies: 3
    Last Post: 01-06-2012, 11:40 AM
  4. Need help storing multiple answers per question
    By Buakaw in forum Database Design
    Replies: 6
    Last Post: 08-03-2011, 08:18 PM
  5. multiple license question
    By pdougan in forum Access
    Replies: 1
    Last Post: 05-05-2011, 07:36 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