Using a timer control, you could run various Append queries to a separate
database. If you have a form that is always open, add code to the form's
OnTimer event (after enabling the timer, of course) that would connect to
and update your backup database. Online help has some pretty good examples
of this. I'm not sure how this will affect performance, however ... and if
your data is that critical, you may wish to consider a hardware solution
(such as RAID discs setup up appropriately)