Append query bloat

T

Turi

I have an access database where I use an append query quite often. I will
use this same query over and over by changing the table I'm appending from,
then I save the query. During the save process, the database bloats from
~50KB to ~150KB. Our company recently upgraded to 2007 and that is when I
noticed the problem. Is there a way to stop this from happening? I can
manage it by compacting and repairing after each save, but recently I added 4
tables in one day, so this was a pain.
Thanks
 
J

Jerry Whittle

Don't even worry about it. An Access file can be up to 2 GB in size. 150 KB
is a drop in the bucket. I wouldn't even worry about doing a compact and
repair until it got over 100 MB or so.
 
T

Turi

The real problem is that my company limits the amount of space I'm allowed on
the drive where it's stored to 500MB and when the database gets over 250MB I
can't compact and repair it.
 
J

Jerry Whittle

Ouch! Could you move the database file to your PC or a USB flash drive then
compact it? Beg for more disk space due to job requirements?
 
D

De Jager

Turi said:
I have an access database where I use an append query quite often. I will
use this same query over and over by changing the table I'm appending
from,
then I save the query. During the save process, the database bloats from
~50KB to ~150KB. Our company recently upgraded to 2007 and that is when I
noticed the problem. Is there a way to stop this from happening? I can
manage it by compacting and repairing after each save, but recently I
added 4
tables in one day, so this was a pain.
Thanks
 

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

Similar Threads

Append Query 11
Append Query Problem 1
query problem 1
Problem With Autonumber & Append Query 2
Can't create append query 2
Append query - Yes at the prompts 3
Update or Append Query 16
Append Query Include Subdatasheet 2

Top