I am creating a split access database that will be updated by multiple users.
How can I mirror the updates to the back end databases, so that I have a copy that I can use if the laptop containing the main database fails?
Or alternatively, how can I set up a hot backup, that will run every few minutes?
Suggestions?