why do previously saved documents open with current date?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a couple of saved documents that are important but the date the
document was created keeps changing to the current date when I open it. Why
is this and how can I stop it from happening?
 
Tim said:
I have a couple of saved documents that are important but the date the
document was created keeps changing to the current date when I open
it. Why is this and how can I stop it from happening?

The dates are fields. Right-click one and select Toggle Field Codes, and
you'll something like {DATE \@ "M/d/yyyy"}. Change the word DATE to
CREATEDATE. Right-click and select Update Field to get the date the document
was created.

In future documents, wherever you want the date to always be the creation
date, use the Insert > Field dialog and choose the CreateDate field, instead
of using the Insert > Date dialog. If you're making a template, you can
still use CreateDate -- each new document based on the template will show
the document's creation date, not the template's date.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top