Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Function CompactDB3()
On Error GoTo CompactDB3_Err
Const conFilePath = "<current DBF location>"
Const conFilePath3 = "<directory where copy is to reside>"
DBEngine.CompactDatabase conFilePath & "<database to be copied>", conFilePath3 & Format(Now(), "ddmmmyyyy_hhnn_") & "<database backup name>.mdb"