0

I have a list with a rich text field where I need to allow users to paste UNC paths to files on a network drive, as hyperlinks.

The user can navigate to the network file and shift+right-click and ‘copy as path’, paste the value into the text field and poof! It’s a clickable link, as long as there are no spaces in the name. It will paste something like this: “\\server\folder\filename.ext” with the quotes.

Problem: The file structure on the server has thousands of files and folders, most with spaces in the names. 

I have an Access 13 DB linked to this list and have developed a method to let the user browse to the file, select it and then replace all the spaces with %20 then copying it into the list field through the linked table in Access. (I also have enhanced rich text fields, but cannot paste to them as they show up in Access linked table as read-only)

That works great except for when I go to the Sharepoint site and find the list item and click the link, I get errors where the %20 seems to be recognized as %2520. 

This is a really cool application that will fit our needs tremendously IF I can just get the link to open the file!

Any help or direction would be greatly appreciated. I am running out of time on this project!

Thanks,

Keith

(Visited 228 times, 1 visits today)
Add a Comment