D
David Anderson
I have an Access 2003 application that is typically used for large amounts
of data entry in a relatively short period of time by multiple users - all
accessing the same back-end MDB file. I am looking for a way to back up this
MDB file to a different PC on the network on a regular basis, perhaps by an
automatic backup at predefined intervals.
This would require some VBA code to save the file. However, I'm struggling
to find something suitable. My first thought was to use DoCmd.Save, but that
does not seem to apply to a database object.
Any suggestions?
David
of data entry in a relatively short period of time by multiple users - all
accessing the same back-end MDB file. I am looking for a way to back up this
MDB file to a different PC on the network on a regular basis, perhaps by an
automatic backup at predefined intervals.
This would require some VBA code to save the file. However, I'm struggling
to find something suitable. My first thought was to use DoCmd.Save, but that
does not seem to apply to a database object.
Any suggestions?
David