Backup/restore backup in access 2007 runtime

Richardabichahla

Registered User.
Local time
Tomorrow, 00:25
Joined
Jun 7, 2010
Messages
18
Hello guys,

I have a packaged access 2007 application. it runs on one pc. i packaged it using access developers extensions.

I need to add to my user a button in the from so he can backup and restore old backups so if something wrong happens he does not loose his work
he install the application again and restore the last backup.

there is no built in function in access runtime so we will have to figure out a code for that.
any help ?
 
Could you use Transferdatabase in a command button?
 
Not built in as such, it's just a standard VBA command (or macro action I think). I haven't used it before but I think it's what you need, have a butcher's in the VBA help file...
 
Not built in as such, it's just a standard VBA command (or macro action I think). I haven't used it before but I think it's what you need, have a butcher's in the VBA help file...

will do that thank you,

if anyone has already done that his help is most appreciated.

regards,
 

Users who are viewing this thread

Back
Top Bottom