Mailmerge using Word and Access 2003

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Please can anyone tell me why when I do a mailmerge using an access 2003
database any Date fileds are entered using American Dates even though all the
dates in the database are english???
 
Hi Clair,

Try adding a Format statement to the date field in your query. For example:

Field: FormattedDate: Format([OrderDate],"d mmm yyyy")

Substitute OrderDate with the name of your date field.

Tom

http://www.access.qbuilt.com/html/expert_contributors.html
__________________________________________

:

Please can anyone tell me why when I do a mailmerge using an access 2003
database any Date fileds are entered using American Dates even though all the
dates in the database are english???
 
Another alternative is to set the apprpriate date format for the MergeFields
in the MailMerge document.
 
The reason is that on merging the date format is not transferred. A solution
is to right click the mergefield in word, and click toggle field and enter
after MERGEFILD YOURDATELINK \@"dd-MM-yyyy" Should look something like this
{MERGEFIELD DATE \@ "dd-MM-yyyy"} Hope this is some help
 

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

Back
Top