insert current date in merge form (2003)

R

Rick

have a microsoft word form that pulls from an access database.
I want to insert the current date every time i merge the form in the
following format:
25 day of February, 2008.

Can someone help?
 
M

macropod

Hi Rick,

To create such a field:
.. select the place in your mailmerge template where you want the date to appear;
.. press Ctrl-F9 to create a pair of field braces (ie '{ }')
.. fill in between the braces with 'DATE \@ "DD 'day of' MMMM YYYY"' so that you get '{DATE \@ "DD 'day of' MMMM YYYY"}'

You may find that using 'CREATEDATE' in the field will suit your needs better that 'DATE'.

Cheers
 
R

Rick

Could there be a quotation mark or something missing in what you sent?
when i put in the info it just printed the codes as text.

macropod said:
Hi Rick,

To create such a field:
.. select the place in your mailmerge template where you want the date to appear;
.. press Ctrl-F9 to create a pair of field braces (ie '{ }')
.. fill in between the braces with 'DATE \@ "DD 'day of' MMMM YYYY"' so that you get '{DATE \@ "DD 'day of' MMMM YYYY"}'

You may find that using 'CREATEDATE' in the field will suit your needs better that 'DATE'.

Cheers
--
macropod
[MVP - Microsoft Word]
-------------------------

Rick said:
have a microsoft word form that pulls from an access database.
I want to insert the current date every time i merge the form in the
following format:
25 day of February, 2008.

Can someone help?
 
D

Doug Robbins - Word MVP

Did you use Ctrl+F9 to insert the field delimiters {}?

--
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

Rick said:
Could there be a quotation mark or something missing in what you sent?
when i put in the info it just printed the codes as text.

macropod said:
Hi Rick,

To create such a field:
.. select the place in your mailmerge template where you want the date to
appear;
.. press Ctrl-F9 to create a pair of field braces (ie '{ }')
.. fill in between the braces with 'DATE \@ "DD 'day of' MMMM YYYY"' so
that you get '{DATE \@ "DD 'day of' MMMM YYYY"}'

You may find that using 'CREATEDATE' in the field will suit your needs
better that 'DATE'.

Cheers
--
macropod
[MVP - Microsoft Word]
-------------------------

Rick said:
have a microsoft word form that pulls from an access database.
I want to insert the current date every time i merge the form in the
following format:
25 day of February, 2008.

Can someone help?
 

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