Convert 2003 to 97.

A

andersos

We are in the process of converting from Access 97 to Access 2003.
Occassionally, I need to convert a database from Access 2003 to Access 97 so
a user can access a database. This worked fine when I initially loaded
Access 2003, but now I always get this error.

"Database has reached maximum size."

I would love to convert all our users to Access 2003 now, but that is not an
option. We have over 1000 users and 20,000 databases. We don't have the
resources to convert them all at the same time.
 
D

Douglas J. Steele

Access 2003 MDB files can be as large as 2 Gb. Access 97 MDB files cannot
exceed 1 Gb.

Your applications should all be split into a front-end (containing the
queries, forms, reports, macros and modules), linked to a back-end
(containing the tables and relationships). Only the back-end should be on
the server: each user should have his/her own copy of the front-end, ideally
on his/her hard drive.

Leave the back-end in Access 97 format, and only convert the front-end,
distributing the appropriate version of the front-end to each person.
 

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.

Ask a Question

Top