Dear reader,
How can I make a copy from a database which is in use.
If an mdb database is in use Access opens a small file with the extension
ldb.
This ldb file prohibits the execution of the following copy instruction:
FileCopy SourceFile, DestinationFile
The question is now, is there a possibility to make a copy of an in used mdb
file with a VBA code instruction.
Thanks for any help.
Kind regards,
Simon
How can I make a copy from a database which is in use.
If an mdb database is in use Access opens a small file with the extension
ldb.
This ldb file prohibits the execution of the following copy instruction:
FileCopy SourceFile, DestinationFile
The question is now, is there a possibility to make a copy of an in used mdb
file with a VBA code instruction.
Thanks for any help.
Kind regards,
Simon
Comment