Results 1 to 2 of 2
  1. #1
    brharrii's Avatar
    brharrii is offline Advanced Beginner
    Windows XP Access 2010 64bit
    Join Date
    Jun 2012
    Location
    Seattle, WA
    Posts
    63

    Database Design - Am I doing it right?

    I've taken appart and re-assembled my database several times simply as a result of my limited experience and understanding of database systems. This time before I invest several hours of work into it again, I wanted to run some ideas past the community and see if anyone could let me know if I'm on the right track, or if I need to change some things up. Here goes:

    My database keeps track of everything produced in our facility in a main table called tblProductInfo. Each product has several packaging elements to consider:

    Packaging
    - Film
    - Insert
    - Liner
    - RetailCase


    - MasterCase
    - MasterCaseBottom
    - Component
    - Divider


    Each product may have one or more package types associated with it. For example a product may be packed into a 35 mm film, put into a 6 lb retail case, and then put into a 30 lb mastercase with a mastercase bottom that uses a t shaped divider. Another product may go directly into a 15 lb master case.

    The challenge is that some package types have additional attributes that ONLY apply to that package type. For example, All package types have item numbers, but each Master Case will also have an associated Pallet configuration, a case weight, and a tare weight. Each Film will have a bottom film, a bottom film ID, a film heating tempurature, a tare weight, and a pocket count. Each Retail case will have a tare weight, a case weight, and a unit count that go with it.

    My question is, what is the best way to organize this information? Should I dump all package types into a single table and setup Many-to-Many relationships with my main table? Or would it be better to create unique fields on my main table for each package type and string multiple relationships from my main table into a single Packaging table? or should I be breaking my packaging table into smaller tables? (One for Master Case, one for Retail Case, one for Film, and one for Others)

    Thanks in advance for any suggestions.

  2. #2
    brharrii's Avatar
    brharrii is offline Advanced Beginner
    Windows XP Access 2010 64bit
    Join Date
    Jun 2012
    Location
    Seattle, WA
    Posts
    63
    I'm moving this thread to "General Access Questions"

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

Similar Threads

  1. Database Design Help
    By sniper457 in forum Database Design
    Replies: 1
    Last Post: 03-21-2012, 03:59 AM
  2. Changes to database design
    By Nixx1401 in forum Database Design
    Replies: 7
    Last Post: 01-01-2012, 08:40 PM
  3. Database Design for Specification Database
    By khwaja in forum Database Design
    Replies: 2
    Last Post: 11-24-2011, 03:58 AM
  4. Help with Database Design
    By neo651 in forum Access
    Replies: 3
    Last Post: 09-11-2011, 06:33 PM
  5. Database Design
    By shutout14cf in forum Database Design
    Replies: 10
    Last Post: 12-20-2010, 11:04 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