how do i keep the original date on my document

T

tiasunday

how do I retreive the original date of my document because it changes to the
current date once i open it? is the 'modified date that comes up once you
highlight the document the original date?? (I havent made any changes to my
document since i created it) please help and please keep it simple lol
 
S

Suzanne S. Barnhill

Press Alt+F9 to display the DATE field code and change it to CREATEDATE.
Then Alt+F9 to toggle back and F9 to update the field.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
http://word.mvps.org
 
J

Jay Freedman

how do I retreive the original date of my document because it changes to the
current date once i open it? is the 'modified date that comes up once you
highlight the document the original date?? (I havent made any changes to my
document since i created it) please help and please keep it simple lol

The date is being displayed by a DATE field. Every time that field updates, it
shows today's date (or whatever the system clock is set to).

What you want instead is a CREATEDATE field, which always shows the date the
document was created.

To make the change, right-click the date and choose Toggle Field Codes. You'll
see something like

{ DATE \@ "M/d/yyyy" }

Put the cursor to the left of the word DATE and type in CREATE before it so it
looks like

{ CREATEDATE \@ "M/d/yyyy" }

Right-click again and choose Update Field.
 
T

tiasunday

Hi there super helpful reply from a non techi person... no more pulling hair
out lol!!
 
T

tiasunday

thanks!

Suzanne S. Barnhill said:
Press Alt+F9 to display the DATE field code and change it to CREATEDATE.
Then Alt+F9 to toggle back and F9 to update the field.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
http://word.mvps.org
 

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

Top