N
Nigel
I am using the following piece of code to copy a file from a folder on my c
drive to my cd drive (a quick backup)
Set fs = CreateObject("Scripting.FileSystemObject")
fs.CopyFile COMPACTPATH, backuppath2
Set fs = Nothing
the error I get is
Method 'Copyfile' of object 'IFILESYystem3' Failed
compactpath is c:\folder\data.mdb
backuppath2 is d:
If I drag and drop the file on the D drive it will work correctly, is there
anyway around this in Access
drive to my cd drive (a quick backup)
Set fs = CreateObject("Scripting.FileSystemObject")
fs.CopyFile COMPACTPATH, backuppath2
Set fs = Nothing
the error I get is
Method 'Copyfile' of object 'IFILESYystem3' Failed
compactpath is c:\folder\data.mdb
backuppath2 is d:
If I drag and drop the file on the D drive it will work correctly, is there
anyway around this in Access