Written by Allen Wyatt (last updated September 23, 2017)
This tip applies to Word 97, 2000, 2002, and 2003
Tricia is creating a mail-merge document using an Access database as a data source. One of the fields being merged is a date/time field, but when the merge is complete the resulting merged data shows both the time and the date. Tricia wants to only show the date portion of the data.
There are two ways you can approach this issue. One is to format the data in the original Access database and the other is to format what is merged from that database. If you have access to the database, you can look at it in design view (in Access) and change the format of the field. Format it using something like mm/dd/yyyy, and that is the way that the data will be merged into Word.
The other approach is to change the formatting used with the merge field in Word. Display the source of the merge field, and it should look something like the following:
{ MERGEFELD NameOfDateFieldInAccess \* MERGEFORMAT }
You want to add a formatting code to the field; change it to look like the following:
{ MERGEFELD NameOfDateFieldInAccess \@ "M/d/yyyy" \* MERGEFORMAT }
Now, collapse the field code and again run your merge. The merged data should be shown in the specified format (M/d/yyyy). If you want a different format, all you need to do is change the pattern used in the merge field.
WordTips is your source for cost-effective Microsoft Word training. (Microsoft Word is the most popular word processing software in the world.) This tip (428) applies to Microsoft Word 97, 2000, 2002, and 2003. You can find a version of this tip for the ribbon interface of Word (Word 2007 and later) here: Merging Only a Date from Access.
Comprehensive VBA Guide Visual Basic for Applications (VBA) is the language used for writing macros in all Office programs. This complete guide shows both professionals and novices how to master VBA in order to customize the entire Office suite for their needs. Check out Mastering VBA for Office 2010 today!
Need to group records in some manner when they are used in a mail merge? It can be frustrating when your records are not ...
Discover MoreWhen merging data into a Word document, you may want to add information to the document based on an evaluation of what is ...
Discover MoreSetting up a Word mail merge to combine a data source with a merge document is easy. But what if you want to use two data ...
Discover MoreFREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."
There are currently no comments for this tip. (Be the first to leave your comment—just use the simple form above!)
Got a version of Word that uses the menu interface (Word 97, Word 2000, Word 2002, or Word 2003)? This site is for you! If you use a later version of Word, visit our WordTips site focusing on the ribbon interface.
Visit the WordTips channel on YouTube
FREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."
Copyright © 2025 Sharon Parq Associates, Inc.
Comments