Mail merge date field formats in word

S

Slim

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

I have checked the regional settings on the PC/laptop and have looked at the
date formats in the Access database where the merge data is stored, but to no
avail.

Any advice greatly appreciated...
 
B

Big Mac

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
 
G

Graham Mayor

Exactly like { MERGEFIELD YourDateFieldName \@ "dd/MM/yyyy"} would give the
requested format!

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


<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 

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