Me i suggest you to put all new information (Key Field) in temps file with the date & time created and modified. Each day you can backup all record only modified and new record of the previous day in other table (This limit the trafic on server depending the number of record you have in one day). Finaly you can make a backup in real time, i.e. record your all informations in 2 databases.
All this can be done with VBA Dao.Database, Dao.Recordset, etc.
Eric Poirier