View Single Post
  #1  
Old April 14th, 2010, 02:29 PM posted to microsoft.public.access.forms
Nick Del Vecchio
external usenet poster
 
Posts: 19
Default GetOpenFile() and UNC path

I'm using the Me.textpic = GetOpenFile() code to search for a picture
in order to put the picture path on a form's text box.

This works fine except that I would like for it to display the UNC
path rather than the drive and directory path. Even if I browse to
the server share and pick the file using My Network places, it still
displays the drive and directory path instead of the UNC path.

Anyone know how I can get the GetOpenFile() to display the UNC path?

Thanks