I have a problem where using dynamic hyperlinks in field codes works fine when I create a document, but when save and later reload it the links are replaced with text from the original recordset. The field code I am using is:
{ HYPERLINK { MERGEFIELD "Fieldname" } \* MERGEFORMAT }
After saving then reloading the document this becomes similar to:
{ HYPERLINK "http://www.example.com" }
I am merging to HTML email.
I have been unable to get this to successfully work after saving. This is a simplified version of what I'm trying to do and the only part I can't get to work properly. I need to get the mail merge document prepared for someone else to run, rather than be there to set it up each time it needs to be run.
Any help on this would be much appreciated.