I have a form, within this form I have a button to backup a specific file.
But I would like to rename the existing backup to backup.daytime then do the backup.
I am trying to find the command of finding the table before renaming it. (In case it does not exists)
I know how to use:
DoCmd.CopyObject , "Backup Copy", acTable, "Backup"
but i get an error if Backup does not exists.
Please advise,
Thank you.
But I would like to rename the existing backup to backup.daytime then do the backup.
I am trying to find the command of finding the table before renaming it. (In case it does not exists)
I know how to use:
DoCmd.CopyObject , "Backup Copy", acTable, "Backup"
but i get an error if Backup does not exists.
Please advise,
Thank you.