The best way to do this is the put a userform in the template into which the
users enter the Date, Subject, File Number, etc and then click on a button
and that will transfer the information into the resective places in the
document created from the template and can then position the cursor at the
spot at which they can start entering the text for the memo.
See the article “How to create a Userform” at:
http://word.mvps.org/FAQs/Userforms/CreateAUserForm.htm
A less desireable way is to use formfields for the Date, Subject, File
Number etc and insert a continuous section break after the table and then
protect the section containing the table for forms. The disadvantage of
this method however is that it disables some of Word's capabilities. The
spell checking for example, but that can be got around by using the method
in the article “How to enable the spellchecker in a protected document” at:
http://word.mvps.org/FAQs/MacrosVBA/SpellcheckProtectDoc.htm
While I would very strongly recommend that you go with the userform
approach, for more on the use of formfields, see
Please Fill Out This Form
Part 1: Create professional looking forms in Word
http://www.computorcompanion.com/LPMArticle.asp?ID=22
Part 2: Adding Automation to your Word forms.
http://www.computorcompanion.com/LPMArticle.asp?ID=46
Part 3: Learn more VBA (macros) to automate your forms.
http://www.computorcompanion.com/LPMArticle.asp?ID=119
Part 4: Use custom dialog boxes in your Word forms
http://www.computorcompanion.com/LPMArticle.asp?ID=127
Part 5: Connect your AutoForm to a database to save input time and keep
better records!
http://www.computorcompanion.com/LPMArticle.asp?ID=136
--
Please post any further questions or followup to the newsgroups for the
benefit of others who may be interested. Unsolicited questions forwarded
directly to me will only be answered on a paid consulting basis.
Hope this helps
Doug Robbins - Word MVP