Results 1 to 4 of 4
  1. #1
    clchris_80 is offline Novice
    Windows 8 Access 2013
    Join Date
    Jan 2013
    Posts
    6

    Multiple Field Values in Relationships

    Hopefully someone can tell me how to do this or if it is possible.



    I have a table for keeping track of software keys
    This table has all the software keys and an ID field in it.

    I then have a table for computers that currently I have it set up so that there is
    OSID Field linked to SoftwareID
    OfficeID1 Field Linked to SoftwareID
    OfficeID2 Field Linked to SoftwareID

    On a form I would like it to list ALL software no matter if it is linked or "installed" and show for those that are installed the ComputerID that they are installed on.

    Currently no matter how I set it up I can only get it to show the ComputerID for the OS only or for the OfficeID1 only. I want to see if the software is on a computer no matter if it is in the OSID, OfficeID1 or OfficeID2. How do I do that if it is possible?

  2. #2
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,521
    Your deign is not normalized; there would typically be a junction table with fields for computer ID and software ID. It would have one record for each piece of software on the computer.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  3. #3
    clchris_80 is offline Novice
    Windows 8 Access 2013
    Join Date
    Jan 2013
    Posts
    6
    Thanks For your help because now I think I understand what I need to do. I need to make the junction table just as you stated and than that table would be nothing more than the link that sorts it all out? Thank You so much!

  4. #4
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,521
    Yes, a simple join would be all you need. You can also have 1 piece of software or 100 with no design issues.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

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

Similar Threads

  1. Replacing many values at once in a multiple values checkbox field.
    By ConfusedDatabaseDesigner in forum Forms
    Replies: 2
    Last Post: 07-20-2012, 08:58 AM
  2. Multiple Values Field
    By cbrsix in forum Access
    Replies: 7
    Last Post: 05-14-2012, 12:12 PM
  3. query field with multiple values
    By mknowles in forum Queries
    Replies: 1
    Last Post: 11-24-2009, 11:31 AM
  4. Query multiple values in a field
    By JAYgarti in forum Access
    Replies: 0
    Last Post: 07-09-2009, 09:52 AM
  5. Replies: 0
    Last Post: 12-19-2006, 09:44 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