Right click on the field in word and Edit the field code to look something
like
{ "MERGEFIELD "YourDateFieldName" \@"dd,MM,yyyy"} be careful to use caps
where necessary

Signature
Hope this helps :-)
> I am trying to print a date in a word merged document with a UK date format
> (DD/MM/YYYY). However, the date is displayed in a US format (MM/DD/YYYY).
[quoted text clipped - 4 lines]
>
> Any advice greatly appreciated...
Graham Mayor - 20 Dec 2007 14:02 GMT
Exactly like { MERGEFIELD YourDateFieldName \@ "dd/MM/yyyy"} would give the
requested format!

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> Right click on the field in word and Edit the field code to look
> something like
[quoted text clipped - 10 lines]
>>
>> Any advice greatly appreciated...