Results 1 to 5 of 5
  1. #1
    lspelman is offline Novice
    Windows XP Access 2007
    Join Date
    May 2011
    Location
    Alberta
    Posts
    12

    Setting Up Tables - On Right Track??

    Okay, so I've been reading information on normalization and entity-relationship diagramming from the links some of you shared with me yesterday. I'm not sure if I'm making this more difficult than it has to be or what but feel like I'm going in circles trying to get this figured out . . .

    I've have written it out to try and make sense of it and hopefully get some help . . .

    There are many consultants that can work with more than one student per day, providing more than one service in that day for each student.
    Each student has one orign, language and belongs to one school.

    Each school has one division and many students

    Each service can be done more than once in a day, for more than one student

    Some services have many descriptions.

    I'm thinking I need tables like the following:

    Consultant Table Student Table Service Table
    Consultant ID Student ID Service ID
    Consultant First N Student First N Service Name
    Consultant Last N Student Last N Service Desc (many)
    Origin ID
    Language ID
    School ID


    School Table Origin Table Language Table
    School ID Origin ID Language ID
    School Name Origin Name Language Name
    School Division

    Am I on the right track here or am I creating too many tables?



    Also, I'm not sure how to deal with the fact that only some of the services have many descriptions not all of them. Do I need another table for that.

    And for entering the data, it seems like each consultant is going to have enter duplicate info ie: Repetitive dates

    Once again, any help will be appreciated.

    Thank goodness for this forum!

    Leanne

  2. #2
    lspelman is offline Novice
    Windows XP Access 2007
    Join Date
    May 2011
    Location
    Alberta
    Posts
    12
    Oh shoot . . .

    I can see my tables are all screwed up. I guess it is obvious that I'm new here! Sorry. I will try again. . .

    Consultant Table
    Consultant ID
    Consultant First N
    Consultant Last N

    Student Table
    Student ID
    Student First N
    Student Last N
    Origin ID
    Language ID
    School ID

    Service Table
    Service ID
    Service Name
    Service Desc (many for some services)

    School Table
    School ID
    School Name
    School Division

    Origin Table
    Origin ID
    Origin Name

    Language Table
    Language ID
    Language Name

  3. #3
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    Now you are on the right track. Way to go.

  4. #4
    lspelman is offline Novice
    Windows XP Access 2007
    Join Date
    May 2011
    Location
    Alberta
    Posts
    12
    Ok thanks but Im still needing help . . . !!!

    Ultimately I need to show have a report by consultant, showing how many hours they worked in one month, what schools they were at, what languages and how many times, and how many times for each of the services.

    Is that even possible? What tables/relationships am I missing to make this happen?

    Would I be better to start from scratch or is there a template anyone can recommend that is similiar that I can tailor?

    Thanks,
    Leanne

  5. #5
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    If I were you I would start playing with the Query Builder and see if you can create a query with all of the details you need for your report. Be sure and use the Relationship menu to define your relationships first which will define the Joins for you.

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

Similar Threads

  1. Please Help with Setting up Fact & Dimension Tables
    By oPEEPINGTOMo in forum Database Design
    Replies: 1
    Last Post: 02-09-2011, 12:03 PM
  2. Track change in a form
    By jmk909er in forum Forms
    Replies: 5
    Last Post: 10-19-2010, 04:05 PM
  3. linking audio track to database
    By sean in forum Access
    Replies: 5
    Last Post: 09-21-2009, 06:25 PM
  4. passing along #'s to track packages online
    By Coolpapabell in forum Access
    Replies: 0
    Last Post: 09-11-2009, 08:36 AM
  5. Track users use of Access database
    By booyeeka in forum Programming
    Replies: 1
    Last Post: 02-26-2009, 02:35 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