Created
August 29, 2020 10:33
-
-
Save logic2design/8e2ca98cdec7a40130077718c123247b to your computer and use it in GitHub Desktop.
Compact & repair the current Access database
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Public Sub CompactDB() | |
| CommandBars("Menu Bar"). _ | |
| Controls("Tools"). _ | |
| Controls("Database utilities"). _ | |
| Controls("Compact and repair database..."). _ | |
| accDoDefaultAction | |
| End Sub |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment