Growing MS Access File Size problem
Posted
by user55886
on Stack Overflow
See other posts from Stack Overflow
or by user55886
Published on 2009-01-16T16:24:44Z
Indexed on
2010/04/14
20:53 UTC
Read the original article
Hit count: 234
I have a large MS Access application with a lot of computations in VBA code. When I run it it eventually crashes due to excessive file size. There are a lot of intermediate tables and queries created and subsequently deleted, but Access does not reclaim the space. I have diligently closed all intermediate record sets and set all temporary objects to nothing, but nothing helps. The only way I can get my code to run is to run part of it, stop and repair/compress the file then restart the code.
Isn't there a better way?
Thanks
© Stack Overflow or respective owner