Beginner ignorance

ClK

New Member
Joined
Dec 5, 2008
Messages
7
What is the max capacity for Access 2003? i am being told my database is reaching its max and will crash.
What can be done to avoid this?
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
I believe the limit is 2GB. Have a look here http://www.databasedev.co.uk/access_specifications.html. To overcome this I would suggest splitting your database if you haven't already done so?

This means that the tables are stored separately, this is known as the back end (BE). Then all of your queries, forms, modules and macro's etc are stored in what's know as the front end (FE).

Essentially you end up with 2 or more db's. Another advantage of having this setup is if you have many user's using the db over a network for instance, you can locate the BE on a network drive and then distribute the FE to your user's.

This makes it easier to develop and update the FE without affecting the BE. It also means that many user's can commit changes without sacrificing performance.

Have a look here for more info http://www.databasedev.co.uk/split_a_database.html.

Hope that helps.
 
Upvote 0
and something I'm doing is putting different tables into 3 separate databases
and then making one "main" database that has nothing in it but links to the tables in those databases
 
Upvote 0

Forum statistics

Threads
1,214,920
Messages
6,122,262
Members
449,075
Latest member
staticfluids

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