Access 2013 size limits

rileydog

New Member
Joined
Sep 23, 2015
Messages
2
I am supporting a VB.net 2010 desktop application that updates Access 2013 database files. I am wondering what the size limit is for the Access 2013 database and individual tables are?

Also if an Access database is too large, what do you do to solve the problem? Do you 'linked servers' Access databases together? Can you tell me what you do to solve the problem with detail directions and/or point me to an applicable url?
 

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.
AFAIK, the upper limit is 2GB.
Also if an Access database is too large, what do you do to solve the problem?
One option is to switch to SqlServer as a back end because it has a much higher size limit. The downside is that the sql syntax is not exactly the same as Access. Another is to ensure you have split the db and put all forms, reports, queries, modules and macros in the front end. Other options include archiving data you don't need often, or splitting tables into separate db's and link them to your FE. There's a lot of info out there with options that should help you take the direction you need if you're willing to do a bit of 'click' work.
 
Upvote 0

Forum statistics

Threads
1,221,842
Messages
6,162,333
Members
451,759
Latest member
damav78

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top