Results 1 to 3 of 3
  1. #1
    fret hack is offline Novice
    Windows 10 Access 2016
    Join Date
    Oct 2017
    Posts
    13

    Separate tables or a set of unified tables?

    Hello All,



    Im designing a database for my group at work (my first...if you cant tell). A very short background:

    - We do environmental regulation for the state and issue 6 different types of permits
    - The log that tracks each permit type has shared fields but also a few unique fields
    - The "Permit Number" for each permit type has a different structure (eg. 01501, P012349, IP-0148, etc.)

    My thinking was to have separate tables to control the structure of the permit number through validation rules. However, this can be handled other ways.

    Right now I have a table for each permit type with supporting tables for each containing data for Notes, History, and Reporting. I chose to have separate supporting tables for each permit type because there are instances where the permit number will be amended with an "A-Z" and I wanted the change to cascade to the supporting tables. The tables are updated directly via individual forms.

    At this point, I am feeling that it may have been a better idea to have a unified table for Permits, Notes, History, and Reporting and to have the forms connected to queries instead of the tables directly (easier for reporting and certainly a lot cleaner looking). This was my first shot at a full database, and Ive learned a lot in the process. The database is not in use yet, so Im thinking now is the time to make the change if it is necessary.

    Can anyone offer advice on a better structure?

    My thanks in advance

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,895
    I vote for unified. Yes, the 'few unique fields' may be empty for a bunch of records but that is tolerable. It is a balancing act between normalization and ease of data entry/output. Normalize until it hurts, denormalize until it works.

    If you use autonumber as primary key, 'cascading' the permit number change will not be a concern. Unless I misunderstand and you want to retain the previous number for historical purposes.
    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
    fret hack is offline Novice
    Windows 10 Access 2016
    Join Date
    Oct 2017
    Posts
    13
    Thank you for your advice. I was pretty sure that unification would be the answer, but it never hurts to ask.

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

Similar Threads

  1. How to merge separate tables
    By RogueIII in forum Queries
    Replies: 25
    Last Post: 01-20-2016, 09:52 AM
  2. Replies: 4
    Last Post: 07-31-2014, 05:07 PM
  3. Replies: 3
    Last Post: 10-18-2013, 07:29 AM
  4. run a report from 2 separate tables
    By Kajinga in forum Reports
    Replies: 2
    Last Post: 11-23-2011, 05:08 PM
  5. New user - separate a table into two tables
    By Henry_Reimer in forum Database Design
    Replies: 19
    Last Post: 10-08-2011, 10:19 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