Aug 3, 2005 #1 SlakeB MIS Joined Jun 15, 2005 Messages 40 Location US does anyone know how to compact and repair a DB with either VBA or VBScript?
Aug 3, 2005 #2 Remou Technical User Joined Sep 30, 2002 Messages 13,030 Location BE Hi This may help: Compact and Repair automatically at the start of each day faq705-4998 Upvote 0 Downvote
Aug 3, 2005 #3 mp9 Programmer Joined Sep 27, 2002 Messages 1,379 Location GB Freeware scheduling tool for compacts, repairs and macro runs: Handy Access Launcher (HAL) at http://www22.brinkster.com/accessory/resources/001.shtml Upvote 0 Downvote
Freeware scheduling tool for compacts, repairs and macro runs: Handy Access Launcher (HAL) at http://www22.brinkster.com/accessory/resources/001.shtml
Aug 3, 2005 #4 Eupher MIS Joined Jul 18, 2002 Messages 1,724 Location US Hi, SlakeB, You might also try this: Code: CommandBars("Menu Bar"). _ Controls("Tools"). _ Controls("Database utilities"). _ Controls("Compact and repair database..."). _ accDoDefaultAction Ken S. Upvote 0 Downvote
Hi, SlakeB, You might also try this: Code: CommandBars("Menu Bar"). _ Controls("Tools"). _ Controls("Database utilities"). _ Controls("Compact and repair database..."). _ accDoDefaultAction Ken S.