Results 1 to 3 of 3
  1. #1
    Tar73 is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Mar 2014
    Posts
    2

    Need help deciding between tables and fields

    Hi guys

    I have just learned to work with access and the basic to make a database, but I dont know much about design choices when making a database.



    My first project is to make a database about modifications for certain games for my own use. Mods is made by players to change, add or delete game elements to improve the original game, like making cities grow faster in a strategy game, or increasing damage of a certain weapon in a first person shooter. So mods can be about almost every elements in a game.

    What I'm struggling with is to decide if I should make certain elements into a table with many fields or just a field with many variables. So I wonder if its some general guide or something to help me decide and organize things into tables and fields, or if anyone have any tips or suggestions to help me on the way, and what the benefits are for choosing one over the other?

    Any help is appreciated

  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,972
    There are lots of resources for db design guidance. Here is one http://www.rogersaccesslibrary.com/

    The benefit of full normalization is scalability. Instead of having to modify table to add a new field for a new element, add a new record. However, full normalization can mean more 1-to-many related tables and forms and reports can be more complicated, possibly requiring more subform/subreport arrangements.

    It is a balancing act between normalization and ease of data entry/output. Only you know your business requirements well enough to make decisions on applying normalization principles to your data structure.
    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
    Tar73 is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Mar 2014
    Posts
    2
    Thanks for quick reply June7. There seem to be some interesting things there so I will check it out, thanks

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

Similar Threads

  1. Calculated Fields in tables
    By dharsh in forum Misc
    Replies: 12
    Last Post: 07-01-2013, 03:07 PM
  2. Replies: 4
    Last Post: 06-25-2013, 02:31 PM
  3. Lookup fields in tables
    By lefty2cox in forum Access
    Replies: 6
    Last Post: 05-23-2013, 01:28 PM
  4. tables fields
    By funi.t in forum Database Design
    Replies: 4
    Last Post: 01-13-2012, 01:20 AM
  5. Replies: 1
    Last Post: 06-03-2006, 05:02 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