Was the document at some time a mailmerge main document?
Of course, you should not be opening the template. You should select New
from the File Menu and the select the template as the basis for the document
that you want to create. Or using code, you would use
Documents.Add("TemplatePath\Name")
not
Documents.Open("TemplatePath\Name")

Signature
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
> I have an application which creates Word documents from a access table
> using Visual Basic commands.
[quoted text clipped - 6 lines]
>
> How do I create the Word Document without any reference to a template.