Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.mailmerge.fields
jon jon is offline
external usenet poster
 
Posts: 66
Default Help correcting Date Format

I think I've screwed up my letter trying to fix this. I have merged
information from my database, but the date comes up as 11/29/2007 instead of
November 29, 2007. I've tried to correct his, but then all I get in my merged
letter is DATE. I've seen multiple format options, but I can't figure out how
to fix this. Any help is appreciated.















  #2   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default Help correcting Date Format

Jon wrote:
I think I've screwed up my letter trying to fix this. I have merged
information from my database, but the date comes up as 11/29/2007
instead of November 29, 2007. I've tried to correct his, but then all
I get in my merged letter is DATE. I've seen multiple format options,
but I can't figure out how to fix this. Any help is appreciated.


Change (or add) the formatting switch to the fiield

{Mergefield DATE \@ "MMMM d, yyyy"}

See http://www.gmayor.com/formatting_word_fields.htm

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



  #3   Report Post  
Posted to microsoft.public.word.mailmerge.fields
jon jon is offline
external usenet poster
 
Posts: 66
Default Help correcting Date Format

There may be an answer somewhere on that web page, but it eludes me.

"Graham Mayor" wrote:

Jon wrote:
I think I've screwed up my letter trying to fix this. I have merged
information from my database, but the date comes up as 11/29/2007
instead of November 29, 2007. I've tried to correct his, but then all
I get in my merged letter is DATE. I've seen multiple format options,
but I can't figure out how to fix this. Any help is appreciated.


Change (or add) the formatting switch to the fiield

{Mergefield DATE \@ "MMMM d, yyyy"}

See http://www.gmayor.com/formatting_word_fields.htm

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org




  #4   Report Post  
Posted to microsoft.public.word.mailmerge.fields
jon jon is offline
external usenet poster
 
Posts: 66
Default Help correcting Date Format

When I attempt to fix the format and then do a merge instead of getting any
date I get: {DATE \@ "MMMMd,YYYY"}

"Jon" wrote:

There may be an answer somewhere on that web page, but it eludes me.

"Graham Mayor" wrote:

Jon wrote:
I think I've screwed up my letter trying to fix this. I have merged
information from my database, but the date comes up as 11/29/2007
instead of November 29, 2007. I've tried to correct his, but then all
I get in my merged letter is DATE. I've seen multiple format options,
but I can't figure out how to fix this. Any help is appreciated.


Change (or add) the formatting switch to the fiield

{Mergefield DATE \@ "MMMM d, yyyy"}

See http://www.gmayor.com/formatting_word_fields.htm

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org




  #5   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Doug Robbins - Word MVP Doug Robbins - Word MVP is offline
external usenet poster
 
Posts: 8,832
Default Help correcting Date Format

Assuming that DATE is the name of the field in the data source, what you
need is

{ MERGEFIELD DATE \@ "MMMM dd, yyyy" }

Starting the the Merge Field already in the document, pressing Alt + F9 to
reveal the field codes should result in the following being displayed

{ MERGEFIELD DATE }

The you would add the formatting switch inside the closing field delimiter }

Starting from scratch, you must use Ctrl+F9 to insert the field delimiters
and you use Alt+F9 to toggle off their display.

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

"Jon" wrote in message
...
When I attempt to fix the format and then do a merge instead of getting
any
date I get: {DATE \@ "MMMMd,YYYY"}

"Jon" wrote:

There may be an answer somewhere on that web page, but it eludes me.

"Graham Mayor" wrote:

Jon wrote:
I think I've screwed up my letter trying to fix this. I have merged
information from my database, but the date comes up as 11/29/2007
instead of November 29, 2007. I've tried to correct his, but then all
I get in my merged letter is DATE. I've seen multiple format options,
but I can't figure out how to fix this. Any help is appreciated.

Change (or add) the formatting switch to the fiield

{Mergefield DATE \@ "MMMM d, yyyy"}

See http://www.gmayor.com/formatting_word_fields.htm

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org








  #6   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default Help correcting Date Format

The answer was in my reply. The page is a reference on the use of switches
generally.

If instead of a Merge date field you are simply using a date field then the
field should be modified to

{DATE \@ "MMMM d, yyyy"}

If your merge is showing that then either you have not used CTRL+F9 for the
field brackets and thus your field is merely text, or you need to set tools
options print uncheck 'Field Codes'.


--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org


Jon wrote:
There may be an answer somewhere on that web page, but it eludes me.

"Graham Mayor" wrote:

Jon wrote:
I think I've screwed up my letter trying to fix this. I have merged
information from my database, but the date comes up as 11/29/2007
instead of November 29, 2007. I've tried to correct his, but then
all I get in my merged letter is DATE. I've seen multiple format
options, but I can't figure out how to fix this. Any help is
appreciated.


Change (or add) the formatting switch to the fiield

{Mergefield DATE \@ "MMMM d, yyyy"}

See http://www.gmayor.com/formatting_word_fields.htm

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



  #7   Report Post  
Posted to microsoft.public.word.mailmerge.fields
jon jon is offline
external usenet poster
 
Posts: 66
Default Help correcting Date Format

Thanks to both...not quite sure how I got it, but it's working.

"Graham Mayor" wrote:

The answer was in my reply. The page is a reference on the use of switches
generally.

If instead of a Merge date field you are simply using a date field then the
field should be modified to

{DATE \@ "MMMM d, yyyy"}

If your merge is showing that then either you have not used CTRL+F9 for the
field brackets and thus your field is merely text, or you need to set tools
options print uncheck 'Field Codes'.


--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org


Jon wrote:
There may be an answer somewhere on that web page, but it eludes me.

"Graham Mayor" wrote:

Jon wrote:
I think I've screwed up my letter trying to fix this. I have merged
information from my database, but the date comes up as 11/29/2007
instead of November 29, 2007. I've tried to correct his, but then
all I get in my merged letter is DATE. I've seen multiple format
options, but I can't figure out how to fix this. Any help is
appreciated.

Change (or add) the formatting switch to the fiield

{Mergefield DATE \@ "MMMM d, yyyy"}

See http://www.gmayor.com/formatting_word_fields.htm

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org




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
Change date format for Comments and display date in balloons Melissa Microsoft Word Help 13 January 30th 06 04:21 PM
How do I change the date format to a long date after merging it Marisa Mailmerge 2 October 31st 05 03:15 PM
I am trying to format the date returned by a custom date property Simon B Microsoft Word Help 2 August 13th 05 11:05 AM
How can I add a format to the "Insert Date" format gallery? Stuart C. Microsoft Word Help 1 June 9th 05 05:19 PM
Date issue merging from Excel field in Date format to Word Barb Reinhardt Mailmerge 1 December 17th 04 07:34 AM


All times are GMT +1. The time now is 03:10 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"