Results 1 to 5 of 5
  1. #1
    CraigJ is offline Novice
    Windows 8 Access 2010 64bit
    Join Date
    Mar 2015
    Location
    South Africa
    Posts
    2

    Best Practice db development - newby to Access


    I have been using Access for a awhile (Novice entirely) and got tired of having to rely on SQL and various other Programmers to tweak and develop our home grown DB. I have decided to delve heavily into development work myself and am loving it. In essence we are a property management company who run statements monthly for each building. Each building has the same basic features and vary in size , number of units within each building varies. Our old DB was written in 2003 Access so is outdated and "wobbly" and I would like to rewrite the entire thing from scratch with latest technology - Access 2013. The question is, do I create a table for each building ( 16 of them) in isolation to each other? Each building or table gets fresh value inputs ( per unit within the building) monthly.

  2. #2
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,521
    In general, no, never. You'd have a single buildings table with a field to designate the building. Read up on normalization. One link among many:

    http://r937.com/relational.html
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  3. #3
    CraigJ is offline Novice
    Windows 8 Access 2010 64bit
    Join Date
    Mar 2015
    Location
    South Africa
    Posts
    2
    Quote Originally Posted by pbaldy View Post
    In general, no, never. You'd have a single buildings table with a field to designate the building. Read up on normalization. One link among many:

    http://r937.com/relational.html

    Thank you very much Pbaldy for taking the time to reply. I sincerely appreciate it.

  4. #4
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,521
    Happy to help and welcome to the site by the way!
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  5. #5
    CJ_London is online now VIP
    Windows 8 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,424
    if your db was originally written by professionals and is working well (even if it is creaking at the seams a bit), the chances are the data structure is OK, so I would be inclined to start and build from there. I'm not saying don't change it, just start from there. Before making changes understand why it is structured that way. Simply adding a new field is one thing, changing the relationships between tables is another.

    And ensure that by taking this on, you don't neglect your business.

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

Similar Threads

  1. Help! Newby to access - recurring events
    By stevo63 in forum Access
    Replies: 2
    Last Post: 06-27-2012, 06:29 PM
  2. Best Practice for Access, Macro, SQL
    By seageath in forum Database Design
    Replies: 0
    Last Post: 02-27-2012, 09:34 PM
  3. Access Runtime 2007 & Development App
    By EddieN1 in forum Access
    Replies: 2
    Last Post: 10-12-2011, 11:08 AM
  4. Access Runtime Development
    By crowegreg in forum Access
    Replies: 2
    Last Post: 08-09-2011, 09:22 AM
  5. Newby to Access Needing Advice
    By johnwyork in forum Access
    Replies: 2
    Last Post: 05-15-2010, 10:55 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