Compact and Repair Access Databases by Searching Directories and Sub-Folders
At some point in time most programmers are faced with a task where they need to recursively search through filesystem folders and perform some sort of operation on matched files. For VBA programmers in Access, this “operation” often involves the compaction and repair of .mdb
and .accdb
files in order to free up disk space on the filesystem.