breezett93
Technical User
Every record in this table has a link that opens up a document about the record. The location for many of them has been changed; so I need to update the link in the table. All the links that need to updated have the same starting directory.
Here's what I'd like to do:
Example of a record link: \\server\Oldfolder\folder\document.pdf
While Not EOF
If field contains "\\server\Oldfolder" Then
Replace with "\\server\Newfolder" without overwriting the remaining part of the link
I could probably come up with an inefficient solution, but I was hoping someone that did this before had a good solution.
Thanks!
Here's what I'd like to do:
Example of a record link: \\server\Oldfolder\folder\document.pdf
While Not EOF
If field contains "\\server\Oldfolder" Then
Replace with "\\server\Newfolder" without overwriting the remaining part of the link
I could probably come up with an inefficient solution, but I was hoping someone that did this before had a good solution.
Thanks!