Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Mailmerge and Date Formats 1

Status
Not open for further replies.

sdmgeek

IS-IT--Management
Feb 22, 2006
3
IE
I am creating a MailMerge Document from a query on an Access database. As I live in Ireland the date format on the database is Short Date dd/mm/yyyy. When I preview the MailMerged Word document, the order has been reversed to mm/dd/yyyy.

My Regional Settings are set correctly in Control Panel to English(Ireland) and I've tried modifying the field codes to \@ "dd MMMM yyyy" but to no avail.

Any tips would be greatly appreciated.

Thanks.
 
Have you tried formatting the date in the query?
 
Add format to the column that the date in in so that it reads something like:
FormatDate: Format([TheDate],"DD MMMMM YYYY")
 
Thanks, Remou, I tried that but still no joy. I ended up formatting the field as a Long Date in both the MS Access Table and Query, then pasting the results of the query into an Excel Spreadsheet. I used the spreadsheet as the source for the mailmerge and it worked a treat.

Thanks for the help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top