Results 1 to 7 of 7
  1. #1
    Marcia's Avatar
    Marcia is offline Advanced Beginner
    Windows 7 64bit Access 2013 64bit
    Join Date
    Aug 2019
    Posts
    37

    How large is large in Access?


    I have been a spreadsheet user since the advent of Lotus 123 although in very simple operations. One office in our agency is handling voluminous tax records and I am helping them transfer and manage their database from Excel to Access because my understanding is that Access will solve the problem of large files and slow processing by Excel. I have only transferred 30% of the files but when I open a table, query or report, Access tells me "system resource exceeded", something that Excel never did although it sometimes hangs in the middle of file loading. My database file is 188 MB. I stopped exporting the rest of the Excel files. Is this a hardware problem? Any advice on how to solve this issue would be most welcome. Just when I am enjoying learning and applying Access, now this. Thank you.

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,963
    188MB should not be an issue. Review https://access-programmers.co.uk/for...d.php?t=306662

    Run Compact & Repair periodically, frequently during development, certainly after every design edit.

    Have you Googled that topic?

    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
    Marcia's Avatar
    Marcia is offline Advanced Beginner
    Windows 7 64bit Access 2013 64bit
    Join Date
    Aug 2019
    Posts
    37
    Thank you June. I googled it many are blaming Access 2013. Apparently they didn't have this issued in Access 2010.

  4. #4
    Join Date
    Apr 2017
    Posts
    1,687
    Access database can be up to 2 GB in size. You have imported ~1/3 f data from Excel - so total size of imported data will be ~1 GB (NB! it is only imported data - for sure you have to add some additional info). It looks like there must not be any problems currently, but there also is not much room for growth. You have to consider SQL Server backend and Access front-end - over 500 TB for full version, 10 GB for SQL Server Express (freeware, but with some severe limitations, like inability to define jobs). Probably there will be no issues with import to SQL Server database.

    Another thing is, Excel and Access are based on very different logic. Almost for sure any Excel table you have doesn't have structure proper for use in relational database (neither in Access or SQL Server) directly. Usually it means, you have to split info from one Excel table between several relational database tables, add primary and foreign keys, etc. So you import data, create empty Access/SQL Server tables, read imported data into Access/SQL Server tables, and then delete imported tables.

  5. #5
    CJ_London is online now VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,446
    my research indicates it could be any number of factors from the way your code works to the version of access, version of windows and patches installed.

    examples include
    holding too much data in memory

    • for example table 'width': importing multiple memo/long text fields from excel - so check your files and also datatypes in the destination tables
    • table 'height': appending/updating too many rows - i.e. append/update/delete queries that can generate a message which ask you to commit without giving you a number. So are you importing large numbers of blank rows which you are then deleting?
    • combination of both
    • not closing (large) recordsets when done with. Depends on your code. An example might include having multiple forms/subforms with 'whole table' recordsources


    reaching 2Gb limit by creating multiple temp tables in main app before deleting then compacting

    some windows updates can cause issues and are normally resolved pretty quickly - but best to check you have the latest windows and office updates

  6. #6
    Marcia's Avatar
    Marcia is offline Advanced Beginner
    Windows 7 64bit Access 2013 64bit
    Join Date
    Aug 2019
    Posts
    37
    Thank you Arvi and Ajax. I will have to research on the Sql Server backend and Access frontend and Sql Server Express.

  7. #7
    CJ_London is online now VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,446
    not sure how moving to a sql server BE will solve your problem - the issue is with memory

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

Similar Threads

  1. Replies: 5
    Last Post: 03-01-2016, 01:01 PM
  2. Replies: 3
    Last Post: 05-09-2014, 02:54 PM
  3. MS-Access increasingly large file size
    By Herbie in forum Access
    Replies: 4
    Last Post: 01-14-2014, 12:08 PM
  4. Importing large txt file into Access 2010
    By Jimbo in forum Import/Export Data
    Replies: 6
    Last Post: 06-30-2011, 08:26 PM
  5. Import large txt into access
    By klm127 in forum Import/Export Data
    Replies: 0
    Last Post: 04-23-2007, 06:22 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