Skip to content

Instantly share code, notes, and snippets.

@logic2design
Created August 29, 2020 10:33
Show Gist options
  • Select an option

  • Save logic2design/8e2ca98cdec7a40130077718c123247b to your computer and use it in GitHub Desktop.

Select an option

Save logic2design/8e2ca98cdec7a40130077718c123247b to your computer and use it in GitHub Desktop.
Compact & repair the current Access database
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