filecopy - error 76 Path not found

  • Thread starter Thread starter Diane
  • Start date Start date
D

Diane

I am trying to do a filecopy from within Access of a
spreadsheet and need to use the UNC instead of the mapped
drive since not everyone has the same mappings since this
application is being used by many companies. However I am
getting error number 76 path not found on it. Any
suggestions as to how I can make this happen?
Thanks,
Diane
 
It works ok for me. Check your syntax? Try mapping to
the location to check the validity of your UNC path.

FileCopy "C:\mySheet.xls", "\\sys3\data\myCopy.xls"
 
I believe you'll get an Error 76 if you don't have access to either the
source or the target.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

FileCopy command using FileDialog Box 8
FileCopy to create folder and copy file 6
68 vs 76 1
Run-time error 76 1
FileCopy Probelm 2
How to connect to a BE database? 0
FileCopy Error 52 0
UNC using IP address 4

Back
Top