[AccessD] Automatic backup
Stuart McLachlan
stuart at lexacorp.com.pg
Thu Mar 17 15:47:17 CDT 2016
Plus a system table that stores the date time when the backup is made.
Plus a check when the application is opened/closed and a message displayed if the last
backup is more than x days old.
On 17 Mar 2016 at 12:11, Bill Benson wrote:
> What is wrong with
>
> Set FSO =CreateObject ("Scripting.FilesystemObject)
> On Error Resume Next
> Kill strPathtoBackupFile
> On Error Goto 0
> FSO.GetFile (currentDb.Name).Copy strPathtoBackupFile
> --
> AccessD mailing list
> AccessD at databaseadvisors.com
> http://databaseadvisors.com/mailman/listinfo/accessd
> Website: http://www.databaseadvisors.com
>
More information about the AccessD
mailing list