S
Simon Morley
I have a back end db that I want the front end to
programatically make a copy of when the user requires it.
I need to delete the old "Back End Backup.mdb" and then
make a copy using the same name of the "Back End Live.mdb"
file. I know I could use replication, but this is over
complicating what should be a pretty simple operation.
I know there is the FileSystemObject, but I've only used
this around text files, and I'm not sure how, if it is
possible, I apply these methods to a .mdb file rather than
a .txt file. Any ideas?
Many thanks in advance,
Simon
programatically make a copy of when the user requires it.
I need to delete the old "Back End Backup.mdb" and then
make a copy using the same name of the "Back End Live.mdb"
file. I know I could use replication, but this is over
complicating what should be a pretty simple operation.
I know there is the FileSystemObject, but I've only used
this around text files, and I'm not sure how, if it is
possible, I apply these methods to a .mdb file rather than
a .txt file. Any ideas?
Many thanks in advance,
Simon