Formatting a Mail Merge Feild

W

William5271

I am trying to re-format date feild from a mail merge and I want it to read
January 1st, 2007 What is the feild code for this format?
 
G

Graham Mayor

William5271 said:
I am trying to re-format date feild from a mail merge and I want it
to read January 1st, 2007 What is the feild code for this format?

You would need to spell field correctly for it to work and you cannot do it
readily with one field (though see
http://www.gmayor.com/formatting_word_fields.htm )

{Mergefield DATEFIELDNAME \@ "MMMM " }{Mergefield DATEFIELDNAME \@ "d"
\*ordinal }, {Mergefield DATEFIELDNAME \@ "yyyy" }

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


<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
Top