C
Chip
I have a hyperlink field that I am using to link records
to images. To make it short, what I need to do is replace
a character ($) in part of my field with the contents of
the ID field. The result should be as follows:
My field currently reads "$_TN.jpg" and the result should
be "12_TN.jpg" where "12" is the contents of the ID field
in that record.
to images. To make it short, what I need to do is replace
a character ($) in part of my field with the contents of
the ID field. The result should be as follows:
My field currently reads "$_TN.jpg" and the result should
be "12_TN.jpg" where "12" is the contents of the ID field
in that record.