Hi DA,
Depending on what you're trying to achieve, you have four date options:
DATE - shows the current date. This is what you now have.
CREATEDATE - shows the date the document was created.
SAVEDATE - shows the date the document was last saved
PRINTDATE - shows the date the document was last printed
To change any of the fields displaying today's date instead of one of the
other options, select the 'problem' date and press Shift-F9. You'll see
something like:
{DATE} or {DATE \@ "dd-mm-yyyy"} etc
To get this to display the date you want, simply prefix DATE with CREATE,
SAVE or PRINT, then press F9.
Cheers
PS: It sounds like you probably want CREATEDATE, or PRINTDATE. If you use
SAVEDATE, the field will update when you close & save the document, which
you probably don't want.
DA said:
How do I lock a date field in a Word document? Or preferably, is there
any way possible on a template letter for the date not to update after
saving and reopening another day?