What is the syntax for combining Word field codes?
- by MADCookie
I want to create a hyperlink to the location of my Word document. The document is on an web server so its path is like http://myserver.com/folder/worddocument.docx.
I can use the field code "FILENAME" and the field code "HYPERLINK", but I can't figure out how to use them together.
File name:
{ FILENAME \* Lower \p \* MERGERFORMAT }
Hyperlink:
{ HYPERLINK "http://myserver.com/folder/worddocument.docx" }