when I open an old letter the date changes to todays date

  • Thread starter Thread starter Guest
  • Start date Start date
Change the DATE field to a CREATEDATE field. To do this, select the errant
DATE field and press Shift-F9. You'll see a field code like:
{DATE}
Insert 'CREATE' before 'DATE' so that you get:
{CREATEDATE}
The press F9 again to reset the field.

Cheers
 
Back
Top