Code a Backup database

B

Bob Vance

Is it possible to code a button command subject to a true /false box to
Backup the database to say C:/temp
 
J

John W. Vinson

Is it possible to code a button command subject to a true /false box to
Backup the database to say C:/temp

It's risky to back up a database while the database itself is open. It's a lot
simpler to just back up the .mdb or .accdb file directly in Windows Explorer,
or using any of the many good backup programs that are available.
 
B

Bob Vance

The problem is I have a Security on the database "KeyedAccess" so will have
to find out if I can split my database and still have a security code for
that machine!
regadrs Bob
 
Top