View Full Version : Backup and Restore


SteveClarkson
03-25-2003, 12:47 AM
Hi,

I was looking for an easy way to backup the backend of a database, then restore it on command.

I have found several ways of backing up, but none of restoring it again. I am after a way of doing it that the user can control.

Thanks,

FoFa
03-25-2003, 07:48 AM
If it is a complete backup/restore using a backup system is the best choice, and writing scripts to handle it outside of access. If it is a data issue, I would create a seperate DB and link backup tables to it and write the data to those tables on command, and restore likewise. This can be done via access.