sherlocked
Registered User.
- Local time
- Today, 10:31
- Joined
- Sep 22, 2014
- Messages
- 125
Experts,
I have the following code in two different databases:
In one of my databases, this works totally fine. In another, I get the following error message:
Run-time error 490 - Cannot Open The Specified File.
I have already verified that the path is correct in this second instance. I can navigate through manually and the shared folder location I'm looking for exists and the permissions to access it are correct.
Any idea as to why this same function would work in one database and not in another?
I have the following code in two different databases:
Code:
Application.FollowHyperlink "\\S:\myfoldername", , True
In one of my databases, this works totally fine. In another, I get the following error message:
Run-time error 490 - Cannot Open The Specified File.
I have already verified that the path is correct in this second instance. I can navigate through manually and the shared folder location I'm looking for exists and the permissions to access it are correct.
Any idea as to why this same function would work in one database and not in another?