Dates issues with mail merge Access to Word

V

Van T. Dinh

The safe way to do MailMerge with dates is to use the
Format() function in Calculated Fields in a Query and use
the Query as the datasource for MailMerge. Since the
Format function converts the date value to Text, Word
won't try to convert your Text value to anything strange.

For example, in your Query, instead of your date field,
use:

DateText: Format([YourDate], "dd/MMM/yyyy")

HTH
Van T. Dinh
MVP (Access)
 

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