Results 1 to 5 of 5
  1. #1
    kgj is offline Novice
    Windows XP Access 2002
    Join Date
    Oct 2018
    Posts
    3

    2 gig file limit reach

    i have using MS access 2003 for 10 years without a hitch until i reached the 2 gig file limit. I created ms program using wizards so i cant use vb programming codes. Can somebody help me to increase the file size or decrease the file size? I have split the database. Thanks in advance.


    kgj

  2. #2
    GinaWhipp's Avatar
    GinaWhipp is offline Competent Performer
    Windows 7 64bit Access 2013 32bit
    Join Date
    Jul 2011
    Location
    Ohio, USA
    Posts
    377
    There is no increasing the file size, 2 gig is it. Have you tried running Compact & Repair?

  3. #3
    CJ_London is online now VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,428
    you can't increase file size beyond 2Gb, basic procedure to reduce file size is to compact and repair, although if you have reached the 2Gb limit that won't work in 2003 (will in later versions)

    If you have reached the limits, create a new db, then import the tables from your obese db. Archive the obese db and rename your new db to replace it. Can't remember where the import feature is in the 2003 file options, but it will be there somewhere, perhaps under something like external data.

    If you are holding close to 2Gb data after compacting, then you have two options. The first is to split your backend into 2 or more databases. Try to keep related tables in the same db so you can maintain relationships.

    Alternative is to upsize the backend to sql server - express is free. however not sure 2003 access will talk to current versions of sql server - someone else can perhaps advise on that or you can research online. If you do upsize it will only be effective if your tables are normalised, queries efficient etc. So you may need to make some changes

  4. #4
    kgj is offline Novice
    Windows XP Access 2002
    Join Date
    Oct 2018
    Posts
    3
    thanks a lot.
    hey guy do you have experience in a 1 is to 1 relation of tables. I was thinking of putting that relationship to increase the file size somehow a backup up table

  5. #5
    CJ_London is online now VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,428
    there is rarely a need for 1-1 relationships (data would normally all be in one table) and I wouldn't do it across backends. However you could perhaps archive old data to another backend , then reference it when required.

    OLE objects will bloat your db so if you are storing them in your database you could store those in a file and store instead the filename/path in your db.

    It would also help if you clarified whether you have taken the advice already provided and if so, what the outcome was

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

Similar Threads

  1. Replies: 12
    Last Post: 10-21-2018, 05:49 PM
  2. Replies: 3
    Last Post: 01-09-2017, 06:20 PM
  3. Import Text File Size Limit
    By wfbp in forum Import/Export Data
    Replies: 1
    Last Post: 11-04-2010, 09:05 AM
  4. Replies: 5
    Last Post: 03-04-2010, 05:41 AM
  5. mdb file size limit
    By dr_ping in forum Access
    Replies: 1
    Last Post: 01-19-2009, 09:52 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