Results 1 to 2 of 2
  1. #1
    Hunter is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Mar 2013
    Posts
    1

    Table Design

    Hello all, new to the forum ... actually this is my first post!

    I need help with designing a table that will store shipping rates. currently I have 4 origin plants with shipping rates from 2 carriers to 10 destinations. I have the table setup for each carrier and its working, but the rates change annually and I am trying to figure out how to handle this. I could change the rates in these tables every year but then the historical data will be inaccurate? I will greatly appreciate any help on this

    The table is currently structured like this;
    ID
    Destination


    Plant1Rate
    Plant2Rate
    Plant3Rate
    Plant4Rate

    Thanks for reading

  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
    For starters, the normalized design would be

    ID
    Destination
    Plant
    Rate

    4 plants would be 4 records. To your question, your transaction table can have a field to store the rate used for that transaction. Then when you change rates in this table, historical data is not affected.
    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. Table Design -- want to avoid a design that creates blank fields
    By snowboarder234 in forum Database Design
    Replies: 4
    Last Post: 10-08-2012, 10:13 AM
  2. Replies: 8
    Last Post: 03-24-2012, 11:03 AM
  3. table design
    By slimjen in forum Access
    Replies: 5
    Last Post: 09-25-2011, 05:44 PM
  4. Table design
    By eacollie in forum Database Design
    Replies: 5
    Last Post: 06-21-2011, 03:33 PM
  5. table design: one big table vs. multiple small tables
    By lstairs in forum Database Design
    Replies: 3
    Last Post: 12-31-2009, 08:46 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