Results 1 to 4 of 4
  1. #1
    jmslavin is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Apr 2014
    Posts
    1

    2GB Limit

    Hi All,



    Trying to get around the 2GB limit in Access (using 2010 version). I have split the database up into 4 separate databases each with a few tables. I then have another database that does not own any tables, but instead links to all the other tables contained in the 4 separate databases. My VBA code then only interacts with this "mother" database. Again this "mother" database does not own any tables, only links to them so my code can just connect to the "mother" database and not have to worry about connecting to the 4 separate databases that hold the actual tables.

    I've noticed my "mother" database file size is growing with the more tables I link to. Is this "mother" database also subject to the 2GB rule? By linking to more and more tables in other database files, and those database files growing, will my "mother" database hit 2GB and so this is not effective? Instead of using a "mother" linking database, should I just write my code to connect to the 4 individual separate databases that actually hold the tables?

    Thanks!
    Jeff

  2. #2
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows 7 64bit Access 2010 32bit
    Join Date
    Aug 2013
    Posts
    7,862
    Linking a front end file to a back end file should not cause the FE to grow in size. Something else is causing the growth. If you find yourself constantly doing compact and repairs to keep the size of your FE down, I would consider the various procedures your FE is running that may cause system tables to grow in size.

    2GB is large. Make sure you are following normalization rules. Also, 64bit versions of Access can manage file sizes larger than 2GB. However, I have not tried this and generally do not recommend 64bit versions of Access. I would not want to see what happens when a new 32bit version tries to open a 3GB BE file.

  3. #3
    NTC is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    Nov 2009
    Posts
    2,392
    front end (all code, forms, reports, queries) must link direct to back ends (tables only). attempting any other set up will not help and can only hurt. no single file (whether front or back) can exceed 2G. one can split the BEs as you have done. One can split the FEs. I have an insurance client with 100s of reports where we have an FE just for reports with no data input.

    and that's it. no other finagling will help. typically if it is a table size issue - you must have a healthy amount of RAM or suffer long waits for queries to run before one hits that 2G max for a BE....

    Access is a great technology - but it is a pick up truck compared to SQL Server which is an 18 wheeler....there can be a pay load issue at some point where one does need bigger cargo capacity.....

  4. #4
    John_G is offline VIP
    Windows XP Access 2003
    Join Date
    Oct 2011
    Location
    Ottawa, ON (area)
    Posts
    2,615
    Hi -

    The growth in size of the FE is very likely due to the queries - even though the source tables for the quesries are in the BE, the queries still run in the FE. I have seen first-hand a situation where a multi-table query caused the FE to crash because the query caused the 2GB limit to be exceeded in the FE.

    Database splitting is not always the answer!

    John

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

Similar Threads

  1. Field limit?
    By obed in forum Access
    Replies: 1
    Last Post: 07-31-2013, 11:49 PM
  2. Limit on Date
    By Stephanie53 in forum Forms
    Replies: 3
    Last Post: 05-13-2013, 12:21 PM
  3. Limit Report to top 5
    By Nathan Plemons in forum Reports
    Replies: 1
    Last Post: 01-26-2012, 10:55 AM
  4. Limit to Arguments?
    By ducecoop in forum Access
    Replies: 4
    Last Post: 11-01-2010, 01:52 PM
  5. Partial Limit
    By bglaugh in forum Programming
    Replies: 1
    Last Post: 09-15-2010, 06:49 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