how do I take out a field code?

W

Win

Eg. I have a date field in my letter template. I make a copy of template, and
write a letter. I want the date to stay as today's, and would like to do it
without retyping the date. Could it be done?
 
D

~DG

Use the INFO field:

Insert
Field
INFO
CreateDate

This will insert the date the doc was created, according to the document
properties. There are others that may work better for you (ie: PrintDate,
SaveDate).

Good Luck :p
 
D

~DG

Hmm...just realized it puts in the time as well.

Copy this to where you want the date to be:

CREATEDATE \@ "MMMM dd, yyyy"

Highlight the whole thing, hit Ctl+F9 (turns it into a field).

Leave it as is, save your template and close. When you run it, it should
pull through okay.
 
D

Doug Robbins - Word MVP on news.microsoft.com

Use a CreateDate field.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP, originally posted via msnews.microsoft.com
 
G

Graham Mayor

The reason is that you have inserted a date field which shows the system
date. What you need to do is change those date fields for createdate
fields - ALT+F9 change {DATE \@ "d MMM yyyy"}or {TIME \@ "d MMM yyyy"} to
{CREATEDATE \@ "d MMM yyyy"} then F9 and ALT+F9 - and change the date in
your letterhead template so that future letters based on it show the correct
dates. The switches \@ "d MMM yyyy" may be different at your location.

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 

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

Similar Threads

Click here to... 3
Word Createdate field in Word 2010 2
Date Field in Header 6
2 docs as 1 2
Custom filed codes Dates 1
Inserting Dates 2
Template Help 3
Letter template date 2

Top