Hi
I there any way to make a copy of an Original.mdb file while Original.mdb is open.
I tried :
Dim SourceFile, DestinationFile
SourceFile = "C:\Original.mdb" ' source file name.
DestinationFile = "C:\Backup.mdb" ' target file name.
FileCopy SourceFile, DestinationFile ' source to target.
but that does not work (access 97).
Any Ideas
Claude
I there any way to make a copy of an Original.mdb file while Original.mdb is open.
I tried :
Dim SourceFile, DestinationFile
SourceFile = "C:\Original.mdb" ' source file name.
DestinationFile = "C:\Backup.mdb" ' target file name.
FileCopy SourceFile, DestinationFile ' source to target.
but that does not work (access 97).
Any Ideas
Claude