Suppose I have a form document that will be used as a “template” to create other documents. I can either (A) save the form as an actual Template file (call it CustomTemplate.dot), or ( save the form as an ordinary document (call it Form.doc) and make a copy of it to create each other document.
Now assume (for purposes of this entire post) that the only differences between CustomTemplate.dot (if I chose that alternative) and Normal.dot would be (1) that CustomTemplate.dot would contain some styles not in Normal.dot, and (2) that CustomTemplate would contain some text in the body of the document and footers. For that kind of document, I’m inclined to think alternative B (duping Form.doc) makes more sense.
The only potential advantage to the template approach that I can see for this kind of document is that it might pose less risk that the user would mistakenly make changes to the form rather than to a newly-created document. But I’d be duping Form.doc (and opening the copy) by way of a macro, so I’m not concerned about that issue.
Meanwhile, the reason I’m (mildly) inclined to prefer the dupe-the-document approach is that the resulting document is simpler, since it’s simply attached to Normal.dot, whereas a new document based on CustomTemplate.dot would be attached to CustomTemplate.dot, and there would be no reason (I don’t think) for this extra layer of complication, since all the text and custom styles would be copied into the new document at the moment of creation — and CustomTemplate.dot would not, as I’ve posited, have any macros, toolbars or other template goodies not in Normal.dot. (I realize I could create the new document based on CustomTemplate.dot and then change the document’s attached template to Normal.dot, but why bother with the back-and-forth?)
I’d appreciate any responses to the following:
1. Since I’m new to Word (and always duped from form documents in WordPerfect), I’d be interested to know if I’m overlooking any issues or if (and why) anyone else strongly prefers the custom template approach for this kind of document.
2. On a more specific issue: In terms of maintenance, assuming my Normal.dot is going to be an ever-evolving beast (in terms of toolbars & menus, keyboard assignments, etc.), does having 30 custom templates raise any conforming-change maintenance issues that having 30 form documents (each based on Normal.dot) doesn’t? I realize that style changes require the same maintenance in either case. I had a vague notion that changing menus, key bindings and/or other template stuff in Normal.dot might pose conforming-change issues for custom templates (that wouldn’t exist for form docs attached to Normal.dot), but I’ve just experimented with a custom toolbar and now I’m thinking maybe not.