C
Chaplain Doug
Access 2003. I know about the Shell command. However, when I try
Shell "Copy C:\Program Files\Grading\Grading_be.mdb C:\Program
Files\Grading\Grading_be_backup.mdb"
I get a message saying "File not found," even though the source file does
exist as specified. However, when I use
Shell "XCopy C:\Program Files\Grading\Grading_be.mdb C:\Program
Files\Grading\Grading_be_backup.mdb"
I do not get an error, but the destination file does not exist in the
specified folder after the operation completes. What am I missing here?
Thanks.
Shell "Copy C:\Program Files\Grading\Grading_be.mdb C:\Program
Files\Grading\Grading_be_backup.mdb"
I get a message saying "File not found," even though the source file does
exist as specified. However, when I use
Shell "XCopy C:\Program Files\Grading\Grading_be.mdb C:\Program
Files\Grading\Grading_be_backup.mdb"
I do not get an error, but the destination file does not exist in the
specified folder after the operation completes. What am I missing here?
Thanks.