Work anywhere means local drive C:\ mapped server address P:\ or the full
server UNC \\XXX the mapped server address may very from PC to PC.
> Work anywhere? What do you mean? Have the user input the palce to put
> the file? Try here:
>
> http://www.mvps.org/access/api/api0001.htm
Klatuu - 05 Jan 2006 17:10 GMT
The site suggested to you is the best solution for this problem. It presents
a dialog box that will allow you to navigate to the file and select it. It
will return the full path and name of the file which you can use in your code.
> Work anywhere means local drive C:\ mapped server address P:\ or the full
> server UNC \\XXX the mapped server address may very from PC to PC.
[quoted text clipped - 3 lines]
> >
> > http://www.mvps.org/access/api/api0001.htm
chris.nebinger@gmail.com - 06 Jan 2006 14:24 GMT
Okay, I think I understand. You want to be able to convert drive
letters to the UNC names. Your example used UNC, so I didn't
understand your intentions.
http://www.mvps.org/access/api/
There is an example for converting mapped drives to UNC. However, the
local drive will not convert, because it is potentially placed in a
folder that isn't shared.
Let me know if you have any more problems.
Chris Nebinger