I have a hyperlink column in a table
I would like to be able to enter a code in to the field, ex. T12345
and then when the hyperlink is clicked, it navigate to G:/Path/T12345.pdf
Now, i dont want to see G:/Path/T12345.pdf in the column.
I know that i can change the Display Text of the hyperlink by right clicking and editing, but i wish to do this all in VBA.
so i need to 1. handle the change from t12345 to Path & t123445 & extention
and then
2. change the display text back to T12345
Any Ideas???
I would like to be able to enter a code in to the field, ex. T12345
and then when the hyperlink is clicked, it navigate to G:/Path/T12345.pdf
Now, i dont want to see G:/Path/T12345.pdf in the column.
I know that i can change the Display Text of the hyperlink by right clicking and editing, but i wish to do this all in VBA.
so i need to 1. handle the change from t12345 to Path & t123445 & extention
and then
2. change the display text back to T12345
Any Ideas???