My Access database suddenly increased from 3MB to 13MB. I stripped out half the forms and did a compact and repair but that didn't help.
Is there anything else I can do?
Thanks
DatabasesMicrosoft Access
Last Comment
Murray Brown
8/22/2022 - Mon
DatabaseMX (Joe Anderson - Former Microsoft Access MVP)
Whereas I can see your concern, 13MB is still a pretty small Access db.
Meanwhile ... do you have a lot of data in Local tables ... ?
And note that when you delete records in a table, whereas there are no longer 'visible', they do remain in the table until a Compact & Repair is executed.
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.
Not exactly the question you had in mind?
Sign up for an EE membership and get your own personalized solution. With an EE membership, you can ask unlimited troubleshooting, research, or opinion questions.
Did you recently add images to your forms? That can cause bloating.
Jim Dettman (EE MVE)
As the others have said, no real concern. The limit on an Access db is 2GB.
Jim.
I started with Experts Exchange in 2004 and it's been a mainstay of my professional computing life since. It helped me launch a career as a programmer / Oracle data analyst
William Peck
Mark Edwards
If it's not a lot of new data in tables, then check your MSysResources table and see if it is storing images.
I couldn't figure out a bloat issue I had a while back and that ended up being the problem.
This table doesn't dump images if you drop 'em from the app. You have to do it manually.
Everyone should check this table to make sure they aren't carrying a lot of excess junk.
Meanwhile ... do you have a lot of data in Local tables ... ?
And note that when you delete records in a table, whereas there are no longer 'visible', they do remain in the table until a Compact & Repair is executed.
Over what period of time did this increase occur?
What else might have changed ?