Results 1 to 3 of 3
  1. #1
    robbeh is offline Advanced Beginner
    Windows 7 64bit Access 2010 32bit
    Join Date
    Sep 2014
    Posts
    55

    Question Basic Database Design - Confirming my Learning

    I know there are a million threads and articles on this that I have read but I just want to confirm my learnings.

    When building a database, is the idea to try and break the data into groups and multiple tables. For example, if I was making a hockey player database.

    Each player would have their own table with information and stats, certain stats/options (example: positions) would have a table with a list of posistions. Then if I wanted to make a master table of players and their stats I would call on each players table help create the master table?

    I think I am over thinking this one because I have read so much. If there is a good thread or article on database design/relationships please feel free to drop a link.

    Thanks a lot,
    Robb

  2. #2
    amrut is offline Expert
    Windows 7 64bit Access 2010 32bit
    Join Date
    Jun 2012
    Location
    Dubai
    Posts
    614
    This site has many database models. http://www.databaseanswers.org/data_models/
    This one should be useful to you. http://www.databaseanswers.org/data_...ball/index.htm

  3. #3
    ssanfu is offline Master of Nothing
    Windows XP Access 2000
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    Nope, that would be an unworkable design. In your example of hockey players, if there was a table for EACH player on the team, you would have upwards of 15 tables to maintain... (depending on the number of players on a team)


    There should be one table for player names and a second table for stats plus other auxiliary tables.
    Here are a couple of tutorial sites:
    http://www.accessmvp.com/strive4peace/Index.htm
    http://www.rogersaccesslibrary.com/forum/forum46.html

    Here is ONE reference on table and field naming conventions:
    http://www.granite.ab.ca/access/tablefieldnaming.htm

    Also, Google "field naming conventions" for more examples.

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

Similar Threads

  1. Replies: 4
    Last Post: 12-31-2014, 02:18 PM
  2. Confirming closing database
    By Uudistaja in forum Forms
    Replies: 10
    Last Post: 03-01-2011, 02:28 PM
  3. Learning Access - Design Questions
    By learning_access in forum Database Design
    Replies: 2
    Last Post: 02-15-2011, 09:13 AM
  4. Basic design question
    By Brant in forum Access
    Replies: 2
    Last Post: 11-10-2010, 12:37 PM
  5. A basic question about database design
    By guitarbinge in forum Access
    Replies: 2
    Last Post: 11-05-2010, 03:29 PM

Tags for this Thread

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