Is it possible to program Access to perform an automatic backup every time it
is closed?
Ken Snell [MVP] - 14 Mar 2005 20:20 GMT
Of the file that is being closed? Not directly. I do this by using Windows
Scheduler to run an ACCESS database at a specific time that copies a file to
make a backup, and even compacts the database when the copy is being made.

Signature
Ken Snell
<MS ACCESS MVP>
> Is it possible to program Access to perform an automatic backup every time
> it
> is closed?
Alex Dybenko - 15 Mar 2005 13:33 GMT
Hi,
normally i have application splitted into frontend and backed, and make a
backup of BE first time i start frontend every day. this you can do either
using filecopy for example

Signature
Alex Dybenko (MVP)
http://Alex.Dybenko.com
http://www.PointLtd.com
> Is it possible to program Access to perform an automatic backup every time
> it
> is closed?