Use a date format switch, e.g. press Alt-F9 in your Word mail merge min
document and modify e.g.
{ MERGEFIELD mydate }
to
{ MERGEFIELD mydate \@"DD/MM/YYYY" }
There's a list of the formatting options in Word Help.
Peter Jamieson
Wouldn't that still be a short format ?;)

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> Use a date format switch, e.g. press Alt-F9 in your Word mail merge
> min document and modify e.g.
[quoted text clipped - 12 lines]
>> comes out in short format and I want long format. The date is from
>> the table not a query. The date format in Access is in long format.
Peter Jamieson - 30 Mar 2005 18:47 GMT
Yeah :-}
{ MERGEFIELD mydate \@"MMMM DD, YYYY" }
would be a better example.
Peter Jamieson
> Wouldn't that still be a short format ?;)
>
[quoted text clipped - 14 lines]
>>> comes out in short format and I want long format. The date is from
>>> the table not a query. The date format in Access is in long format.
Patrick Foley - 30 Mar 2005 23:03 GMT
Thanks Peter and Graham. I used the word help but couldn't work out the
correct way to add the date. All makes sense now.
> Yeah :-}
>
[quoted text clipped - 22 lines]
> >>> comes out in short format and I want long format. The date is from
> >>> the table not a query. The date format in Access is in long format.