Hyperlink Field

An MS Word hyperlink, where the target URL is calculated from the data, is inserted using a field of the general form:
{
Hyperlink
url-expression
As
display-expression
}

Example

{Hyperlink "http://www.companieshouse.gov.uk" As "Click here to perform a company check with Companies House"}
will resolve to:
You can also use a variable as part of the field:
{Hyperlink "http://localhost/guidance.aspx?template=" + db_template_reference As "Click here for guidance notes on this template"}