Access 97 to 2003 file size

G

Guest

Rookie question - I have converted a copy of our DB in Access 97 to Access
2003 and don't see any problems so far at all. It's probably not very
sophisticated as DBs go - not sure what if any problems are common. My only
concern is that the file size in 97 is 6.78 MB, and in 2003 it's 2.06 MB. Is
there a simple explanation? Does it matter? It seems like everything is
there, everything seems to behave fine.

Thanks,
Larry
 
G

Guest

Hi.
not sure what if any problems are common.

Folks commonly try to share the database file without splitting it into a
front end and back end. This often causes corruption, especially when a
developer is making changes to the database file when other users have the
file open. This is prevented in Access 2000 and later versions with an error
message that exclusive access is needed to save the object, but Access 97
happily saves -- or tries to, with corruption being the likely result. So if
you're used to making changes in a shared database, don't.

Turn off Track Name AutoCorrect info (common cause of corruption), remove
subdatasheets from related tables (performance dragger), turn on "Require
Variable Declaration" (easier bug detection) and turn off "Compile On Demand"
(less common cause of corruption) in the VB Editor. And don't let anyone
open the Access 2003 database file with Access 2000 _unless_ they also have
Microsoft Office 2000 SP-3 installed (causes unrecoverable code corruption
due to incompatible VBE libraries).
My only
concern is that the file size in 97 is 6.78 MB, and in 2003 it's 2.06 MB. Is
there a simple explanation?

This is most likely due to the Access 97 file not being compacted. Compact
it and it will likely shrink to a similar size compared to the Access 2003
file. Expect the compacted Access 97 file to be "a little smaller" than the
compacted Access 2003 file.

HTH.
Gunny

See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips and tutorials.
http://www.Access.QBuilt.com/html/expert_contributors2.html for contact info.
 
D

Douglas J. Steele

When was the last time you compacted the Access 97 database? If you haven't
done so recently, try compacting it now, and see what size it is.
 
G

Guest

Compacting was the key to my main question. Thanks for that and thanks for
all the extra reference material!

Larry
 
T

Tony Toews

Golyz said:
That was it. I didn't even know there was such a thing. Wasn't kidding
about my rookie status.

And now you know where to get the answers to rapidly move you out of
rookie status.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
 
G

Guest

No kidding! A guy could spend months poking around in here without looking
under every rock.
 

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