G
Guest
Hello all, and thanks in advance
I’m trying to copy a file then rename using VB in access. I looked at the
docmd.copyobject, but it looks like it is for objects within access.
First question is can it be done? If so how, I have tried the old DOS way;
copy file C:\BPS\Database\bps.mdb c:\
But it didn’t work
The steps in trying to complete are:
Copy BPS.mdb to other folder
Rename BPS.mdb to CopyBPS.mdb
Then copy again so that I can manually paste it to an FTP folder.
Also, this is a different database then the on the code is running in.
I’m trying to copy a file then rename using VB in access. I looked at the
docmd.copyobject, but it looks like it is for objects within access.
First question is can it be done? If so how, I have tried the old DOS way;
copy file C:\BPS\Database\bps.mdb c:\
But it didn’t work
The steps in trying to complete are:
Copy BPS.mdb to other folder
Rename BPS.mdb to CopyBPS.mdb
Then copy again so that I can manually paste it to an FTP folder.
Also, this is a different database then the on the code is running in.