Results 1 to 3 of 3
  1. #1
    njnewuser is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jan 2014
    Posts
    11

    Help me understand normalization and what it looks like

    I started a database and it didn't work (i.e. queries), and I didn't know if it was because of my table structure, because of the way things got imported from Excel, or something else. I went back to the basics and started looking at some of the tutorials suggested here (the Rogers library, etc) and started getting caught up on design and normalization.

    My question is, I understand that each table will have unique fields that are not repeated elsewhere or duplicated (i.e., the same people represented by LName in both tblEmployees and tblClassScheduleEmployees).



    If the original spreadsheet from Excel had 1196 rows (and growing) - when I import that into Access - and parse everything out and remove duplicates - is it correct that the separate tables will have different quantities of fields/rows? In other words, I will have 1196 people in tblEmployees, from 500 (for example) separate employers in one table (employers send employees to classes), 300 or so towns, 21 counties, (both stored in tblEmployerLocation, because that is tracked), and classes and class dates in another table.

    Or should I have each unique class in its own table with the dates (one-time events run on multiple sessions over the course of a year) that it ran?

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,931
    I say no separate table for each class, all in one table.
    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
    njnewuser is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jan 2014
    Posts
    11
    Thanks - the thought just popped in my head today about having separate tables for each class - am I correct in my other assumptions?

    Thanks for your help in the other thread also....

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

Similar Threads

  1. Replies: 6
    Last Post: 01-28-2014, 03:01 PM
  2. Help me understand queries in my code
    By Datech in forum Queries
    Replies: 0
    Last Post: 06-15-2012, 08:32 PM
  3. Someone to help me understand a guide
    By carrybag93 in forum Access
    Replies: 4
    Last Post: 06-04-2012, 12:20 AM
  4. Need to understand code
    By accessnewb in forum Programming
    Replies: 2
    Last Post: 08-03-2011, 12:03 PM
  5. Help me to understand forms
    By RTaylor in forum Forms
    Replies: 0
    Last Post: 04-10-2010, 01:36 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