Results 1 to 4 of 4
  1. #1
    specialk is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Dec 2012
    Posts
    4

    Exclamation Database Fields


    Hello,

    I知 running into an issuewhere I知 creating an Assignment database and the unique thingabout this database is that, more than one person is usually assigned. When I initially created the database, I created my employees table and then created Employee1 and Employee2 fields to account for the multiple people assigned. I created the relationships between the table and the fields. However now, I知 now running into theissue where Employees Table and try toexpand to see the dependencies/relationships but there痴 no information. Isuspect it痴 because the table and field name is different. I know accessallows multiple entries in one field, however I wanted to be able to runreports for each employee and I知 not sure if a field with multiple entriescould facilitate this. I'm using this database to see how many case assignments one employee has.

    Can anyone offer any insight as to how to best design this database field and tables to capture when more than one person in the same employment category is assigned to the same case/project?

    Thanks


  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,652
    The Employee1 and Employee2 fields are not normalized, as you're running into. The normalized design would be a separate table for employees assigned to each project. In essence it's a many-to-many junction table. A project can have many employees, an employee can be on many projects.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  3. #3
    specialk is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Dec 2012
    Posts
    4
    I created a multi-value field to address the issue. However, now when I go to the employee table, there's no sub-datasheet.

  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,652
    Sorry, I don't like and haven't used the new multi-value field. I assume it's because it's still all in one table.
    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. Replies: 1
    Last Post: 12-03-2012, 05:47 PM
  2. Replies: 9
    Last Post: 08-06-2012, 01:45 PM
  3. Replies: 9
    Last Post: 03-27-2012, 04:04 PM
  4. Database design- need help relating fields
    By sebeckett in forum Access
    Replies: 5
    Last Post: 09-02-2011, 02:21 PM
  5. Database Design and Memo Fields
    By LisaAZ in forum Database Design
    Replies: 3
    Last Post: 05-22-2011, 06:59 AM

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