H
HWhite
I have an access field that was a hyperlink, now converted to text. It is
messy. Here's an example of what it looks like after converted to text.
020411-1568-07-25-08-Depo
Docs#E-File%20Indices/1568/Depo.%20Docs%20from%20S.Haney%20file/020411-1568-07-25-08-Depo%20Docs.PDF#
I need to do the following and I think a SQL statement is what I need but
don't know enough to do it without help.
I need to find and delete anything that exists before /1568
I need to find and rename /1568 to 1568
I need to find and rename / to \
I need to find and rename %20 to a space
I need to find and rename 1568\ to t:\
I need to find and delete #
The end result should look like this
t:\1568\Depo. Docs from S.Haney file\020411-1568-07-25-08-Depo Docs.PDF
I then need to convert it back to a hyperlink.
Thank you for your help.
messy. Here's an example of what it looks like after converted to text.
020411-1568-07-25-08-Depo
Docs#E-File%20Indices/1568/Depo.%20Docs%20from%20S.Haney%20file/020411-1568-07-25-08-Depo%20Docs.PDF#
I need to do the following and I think a SQL statement is what I need but
don't know enough to do it without help.
I need to find and delete anything that exists before /1568
I need to find and rename /1568 to 1568
I need to find and rename / to \
I need to find and rename %20 to a space
I need to find and rename 1568\ to t:\
I need to find and delete #
The end result should look like this
t:\1568\Depo. Docs from S.Haney file\020411-1568-07-25-08-Depo Docs.PDF
I then need to convert it back to a hyperlink.
Thank you for your help.