A family of Microsoft word processing software products for creating web, email, and print documents.
Hi twinkitties,
Are all the field brace pairs (ie '{ }') for the above example created via Ctrl-F9? You can't simply type them or copy & paste them from a website.
FWIW, the absolute minimum you need for the field code to work is:
{IF{MERGEFIELD State}= "NY" {INCLUDETEXT c:\worddocs\contract.doc} {AUTOTEXT Copyright}}
Also, if your document's path or name has spaces, you sould use at least:
{IF{MERGEFIELD State}= "NY" {INCLUDETEXT "c:\worddocs\contract.doc"} {AUTOTEXT Copyright}}