Home  Fees/Services  Access Examples  Tutorials  Access Download  Articles  Search  Contact  Privacy  Links
Application Object Examples

VBA Application Objects

Compact and Repair VBA Code





Access Error
AddToFavorites
BuildCriteria
CloseCurrentDatabase
CodeDB
CompactRepair
ConvertAccessProject


Access CompactRepair Method Example

CompactRepair Method - Compacts/repairs the specified database (.mdb) or Microsoft Access project (.adp) file.
Returns a Boolean - true if the process was successful.

CompactRepair Syntax:

Expression.CompactRepair (SourceFile, DestinationFile, LogFile)

Where:

Expression is a variable of type 'application' or the word application.

Sourcefile is full path and filename of the database to be compacted.

DestinationFile is the full path and filename of the resulting database file.

Example:

Application.CompactRepair("c:\mydbs\database.mdb","c:/mydbs/database_backup.mdb",true)

The compact repair command is of marginal usefulness because you can't compact/repair the currently opened database.











A Blue Claw Database Design Article:

Microsoft Access On The Internet
 





Blue Claw Database Design Downloadable Tutorial:
Download Continuous Form Dependent Combo Box  





A Blue Claw Database Design Template:

Customer Relationship Management (CRM) Template
 




Contact Information

Copyright 2000-2012 Blue Claw Database Design, LLC