I etup a databas on a shared drive at work. Is it possible to have it
automatically back itself up every day at a certain time (without splitting
it)? Thank you in advance.
Newbee
Note that for a database to be shared among multiple users, you would
be VERY unwise to leave it unsplit. Doing so is allowed but an unsplit
shared database is *very* prone to bloat and corruption.
Backing up a database should be done ONLY when the database is closed,
and nobody is using it at all. A backup of an open database -
especially if any user is in the process of updating anything - is
likely to be copied in an inconsistant state, and may lose data or
become corrupted in the process.
If you can assure that no users are in the database at 3am, say, then
you can use the Windows Scheduler to automatically make a copy of the
..mdb file (or files, though in a split database you don't normally
need to back up each user's front end, just so you have a master copy
saved).
John W. Vinson[MVP]