Date Field in Word 2007

  • Thread starter Thread starter zyzzyva
  • Start date Start date
Z

zyzzyva

How do I set up in a doc a Date Field that will always return this date one
month ago

For example,

21 November 2009

instead of

21 December 2009
 
Instead of inserting the Date field, you need to insert the CreateDate
field. If you store the CreateDate field in your template and then open a
new document from the template, it will always display the date you created
the new document.

Meanwhile, if you select the Date field and press Shift+F9, it will display
the fieldcode behind. Change DATE to CREATEDATE and then use Shift+F9 to
display the field result again. It will then display the date you created
the document.
 
Back
Top