Results 1 to 2 of 2
  1. #1
    JTesche is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Dec 2013
    Posts
    1

    Database Design For Repetitive Weekly Imports

    I am new to access, but have extensive knowledge in excel (without VBA experience) and have come to a point that excel files are getting too large and cumbersome to operate efficiently so I am stepping into Access. I plan on self teaching myself but the one thing I can't do as well is the actual design of the database.



    Specifically I am unsure if I should be using one table for additional weekly data imports or each week as it's own table.

    Ex: I am reporting progress in construction, so hours earned quantities installed etc. and we do reports on a weekly basis. Generally speaking we are just interested in the current week's progress, but on occasion we need to do analysis against previous data.

    Sheet A - Excel dump of a tracking program. Done every week (Currently at 110,000 lines each, grows ~5,000 a week)
    Sheet B - Excel Dump of a control program. Done every week (1000 lines each, grows ~5 a week)
    Sheet C - Living document to containing additional information for the data in sheets A and B (1000 lines with 5 lines manually updated each week)

    I am unsure if it would be better to contain each weeks Sheet A in one table, with a new field containing the data for which week it is from, or if it would be better to create a new table for each new week.
    • Typical analysis would be Week 10 Sheet A with Week 10 Sheet B and Sheet C, but would like to have the option to use Week 10 Sheet A with Week 5 Sheet B etc.


    Hopefully this is clear, and thank you for the help!

    Jared

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    Access has a 2GB size limit.

    I have a split db with almost 200 tables in it. The largest has 67000 records. The backend (the data) is 158MB and the frontend (GUI) is 40MB. This db tracks laboratory samples. We process less then 4500 samples a year and it has taken over 20 years to accumulate these records. So I expect we will be using Access for quite some time.

    Of course, I have no idea how much data each of your records actually contains but it sounds like you could quickly outgrow Access. Might require multiple database files, maybe one for each year.

    Use a single table for each sheet and append records each week. SheetA table should have a WeekDate field, NOT a new field each week. Access table has a limit of 255 fields.

    Review tutorials at http://www.rogersaccesslibrary.com/
    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.

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

Similar Threads

  1. Quick repetitive data entry in form
    By scottfrock in forum Forms
    Replies: 1
    Last Post: 11-15-2013, 11:08 AM
  2. Replies: 1
    Last Post: 10-18-2012, 12:01 PM
  3. Form Issue (repetitive fields)
    By netchie in forum Access
    Replies: 2
    Last Post: 08-15-2011, 02:39 PM
  4. Repetitive Import Problem.
    By jasonbarnes in forum Import/Export Data
    Replies: 5
    Last Post: 02-18-2011, 11:09 AM
  5. Tab Delimited Imports
    By SandyDandy in forum Import/Export Data
    Replies: 1
    Last Post: 02-20-2009, 08:53 AM

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