Hi.
Is the copy that the utility makes only for its compacting purpose and
then
is deleted after the utility is completed?
Not quite. It creates a db1.mdb file to place copies of the tables and
objects into while it gathers the records from the original file. Once it's
finished, the original file is automatically deleted, and the db1.mdb file
is renamed with the original file name. However, if db1.mdb already exists
in that directory, the compacted file will first be named db2.mdb, unless
that name already exists, in which case Jet will find the next highest
sequential number that doesn't already exist in that directory and use that
in naming the new file. The file after the compaction isn't the same file
as the original and may even have different Windows security permissions
from the original.
HTH.
Gunny
See
http://www.QBuilt.com for all your database needs.
See
http://www.Access.QBuilt.com for Microsoft Access tips and tutorials.
Blog:
http://DataDevilDog.BlogSpot.com
http://www.Access.QBuilt.com/html/expert_contributors2.html for contact
info.