Reply
 
Thread Tools Display Modes
  #1   Report Post  
welker_daniel
 
Posts: n/a
Default how do i set a reacuring date on a document?

I am tring to set a reacuring dat to a document so i do not have to change
the date every time i have to pint the document. I dont need it or whant it
in the heeder or footer either. what do i need to do?
  #2   Report Post  
macropod
 
Posts: n/a
Default how do i set a reacuring date on a document?

Are to trying to 'fix' the date to the date the document was created or
saved? If so, use a 'CREATEDATE' or 'SAVEDATE' field. If you want the date
to automatically update to the date the document is printed, use a
'PRINTDATE' field. Or, if you just want the document to show today's date.
use a plain 'DATE' field. So many possibilities.

To create one of these fields, type the name as indicated above, select it,
press Ctrl-F9, then press F9. Using the 'DATE' field as an example This will
give you:
DATE
{ DATE }
28/10/2005 or 10/28/2005, depending on your regional settings.

If you want to change the date format, add a date picture switch after
'DATE' (you can toggle the field code via Shift-F9). For example:
{ DATE \@ "dddd, d MMMM yyyy"}, or
{ DATE \@ ", d MMMM yyyy"}, or
{ DATE \@ "d MMM yyyy"}, or
{ DATE \@ "dd/MMM/yyyy"}, or
{ DATE \@ "d-MM-yy"}

If you want a calculated date (ie a future or past date), see my 'tutorial
at:
http://www.wopr.com/cgi-bin/w3t/show...?Number=249902

Cheers


"welker_daniel" wrote in message
...
I am tring to set a reacuring dat to a document so i do not have to change
the date every time i have to pint the document. I dont need it or whant

it
in the heeder or footer either. what do i need to do?



  #3   Report Post  
CyberTaz
 
Posts: n/a
Default how do i set a reacuring date on a document?

With total respect for macropd's accurate & illustrative response, if you are
not one who uses fields regularly, you might prefer to:

Go to InsertField, select Date & Time for the top list, select the
appropriate type of Date field, pick a format, then click OK.

Regards |:)

"macropod" wrote:

Are to trying to 'fix' the date to the date the document was created or
saved? If so, use a 'CREATEDATE' or 'SAVEDATE' field. If you want the date
to automatically update to the date the document is printed, use a
'PRINTDATE' field. Or, if you just want the document to show today's date.
use a plain 'DATE' field. So many possibilities.

To create one of these fields, type the name as indicated above, select it,
press Ctrl-F9, then press F9. Using the 'DATE' field as an example This will
give you:
DATE
{ DATE }
28/10/2005 or 10/28/2005, depending on your regional settings.

If you want to change the date format, add a date picture switch after
'DATE' (you can toggle the field code via Shift-F9). For example:
{ DATE \@ "dddd, d MMMM yyyy"}, or
{ DATE \@ ", d MMMM yyyy"}, or
{ DATE \@ "d MMM yyyy"}, or
{ DATE \@ "dd/MMM/yyyy"}, or
{ DATE \@ "d-MM-yy"}

If you want a calculated date (ie a future or past date), see my 'tutorial
at:
http://www.wopr.com/cgi-bin/w3t/show...?Number=249902

Cheers


"welker_daniel" wrote in message
...
I am tring to set a reacuring dat to a document so i do not have to change
the date every time i have to pint the document. I dont need it or whant

it
in the heeder or footer either. what do i need to do?




  #4   Report Post  
Charles Kenyon
 
Posts: n/a
Default how do i set a reacuring date on a document?

See http://addbalance.com/word/datefields1.htm for information on the
different kinds of datefields and how to format them.

--

Charles Kenyon

Word New User FAQ & Web Directory: http://addbalance.com/word

Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide

See also the MVP FAQ: http://word.mvps.org/FAQs/ which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.
"welker_daniel" wrote in message
...
I am tring to set a reacuring dat to a document so i do not have to change
the date every time i have to pint the document. I dont need it or whant
it
in the heeder or footer either. what do i need to do?



  #5   Report Post  
macropod
 
Posts: n/a
Default how do i set a reacuring date on a document?

Hi CyberTaz,

Yes, I should remember that most users would find the Insert|Field or
Insert|Date and Time processes simpler ...

Cheers


"CyberTaz" wrote in message
...
With total respect for macropd's accurate & illustrative response, if you

are
not one who uses fields regularly, you might prefer to:

Go to InsertField, select Date & Time for the top list, select the
appropriate type of Date field, pick a format, then click OK.

Regards |:)

"macropod" wrote:

Are to trying to 'fix' the date to the date the document was created or
saved? If so, use a 'CREATEDATE' or 'SAVEDATE' field. If you want the

date
to automatically update to the date the document is printed, use a
'PRINTDATE' field. Or, if you just want the document to show today's

date.
use a plain 'DATE' field. So many possibilities.

To create one of these fields, type the name as indicated above, select

it,
press Ctrl-F9, then press F9. Using the 'DATE' field as an example This

will
give you:
DATE
{ DATE }
28/10/2005 or 10/28/2005, depending on your regional settings.

If you want to change the date format, add a date picture switch after
'DATE' (you can toggle the field code via Shift-F9). For example:
{ DATE \@ "dddd, d MMMM yyyy"}, or
{ DATE \@ ", d MMMM yyyy"}, or
{ DATE \@ "d MMM yyyy"}, or
{ DATE \@ "dd/MMM/yyyy"}, or
{ DATE \@ "d-MM-yy"}

If you want a calculated date (ie a future or past date), see my

'tutorial
at:
http://www.wopr.com/cgi-bin/w3t/show...?Number=249902

Cheers


"welker_daniel" wrote in

message
...
I am tring to set a reacuring dat to a document so i do not have to

change
the date every time i have to pint the document. I dont need it or

whant
it
in the heeder or footer either. what do i need to do?






Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
macros and SharePoint WSS document libraries [email protected] New Users 0 October 6th 05 03:42 AM
Can a date be generated based on another date in the document mfelps2 Microsoft Word Help 5 May 18th 05 07:01 PM
keep date from changing on a document LindaMarie Microsoft Word Help 1 April 7th 05 11:43 PM
How do I change the created date in a Word document? Formerly Dan Microsoft Word Help 1 April 5th 05 05:02 AM
auto current date entry in your document SDecou Microsoft Word Help 1 December 30th 04 11:47 PM


All times are GMT +1. The time now is 08:41 PM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"