innocent_smoothie
New member
- Local time
- Today, 15:26
- Joined
- May 23, 2009
- Messages
- 6
Access 2000
I have produced a database which provides management reports for a sales operation.
It involves about 8 make-table queries, then ends up with a report which is lnked to a select query. Note: the first 3 queries retrieve data via ODBC from an external data source which is a much bigger SQL database.
Everything works fine, but I noticed that the database kept growing in size, so I set it to "Compact on Close" in Tools/Options/General. Its size is now stable.
When closing the database, the compacting is taking over a minute. Can anyone tell me how I can reduce this? Is the compacting time a factor of the amount of data or of the number of make-table queries.
ALl the data in my database is fairly tidy, but I can't say the same about the SQL database which I am linking to at the start of the process.
I have produced a database which provides management reports for a sales operation.
It involves about 8 make-table queries, then ends up with a report which is lnked to a select query. Note: the first 3 queries retrieve data via ODBC from an external data source which is a much bigger SQL database.
Everything works fine, but I noticed that the database kept growing in size, so I set it to "Compact on Close" in Tools/Options/General. Its size is now stable.
When closing the database, the compacting is taking over a minute. Can anyone tell me how I can reduce this? Is the compacting time a factor of the amount of data or of the number of make-table queries.
ALl the data in my database is fairly tidy, but I can't say the same about the SQL database which I am linking to at the start of the process.