You can't. The maximum size of an MDB file is 2GB. However, you could put
tables into separate MDB files and link them into a "front-end" database.
There is no limit to the size unless a single table gets to be 2GB.
However, by that time, you should be seriously looking to upgrade to SQL
Server.
BTW, have you tried compacting the database? It may just be "bloated".
I know in this case if I use SQL Server would be easy. However, I can use
only MS Access for this project.
What I have done now is following below.
Without using database splitter the file contains 994,172Kb. After separated
FE and BE, the FE still has 994,172Kb and BE has 247,616Kb.
My idea is to separate the file into 3 files.(I can see that the file can
break into two systems) one can be a main database that links to the other
two MDB files. Do you think I should do this way to get rid of the big file
size.
This really helpful. The FE file reduced its size after I did a compact and
repair on it.
Thank you so much
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.