P
Paul
I have an mdb application set to 'Compact on Close' in the Tools - Options
dialog. I'm also using 'DoCmd.Quit acQuitSaveNone' to close the application
upon certain events. There are times, however, when I don't want the file
to compact and repair itself when it closes, but rather just close down
without compacting.
Is there a way to turn off the 'Compact and Repair' setting in VBA code?
Thanks in advance,
Paul
dialog. I'm also using 'DoCmd.Quit acQuitSaveNone' to close the application
upon certain events. There are times, however, when I don't want the file
to compact and repair itself when it closes, but rather just close down
without compacting.
Is there a way to turn off the 'Compact and Repair' setting in VBA code?
Thanks in advance,
Paul