Content Top
DAL Computer Help » Software Help » Desktop / Server Applications » Date format in mail merge

Recommended Fix

Click here to fix Windows Errors and Optimize Windows Performance

Need Computer Help?
Register Now for FREE

Date format in mail merge

Reply
Thread Tools
Desktop / Server Applications
  #11 (permalink)  
Old 23-03-2005, 06:36 PM
Junior Member
D-A-L Newbie
 
Join Date: Mar 2005
Posts: 21
Jimbarnham Is a beginner here at D-A-L
Re: Date format in mail merge

I've uninstalled and reinstalled and checked settings. Problem still there. I will try and download updates to Office 2003 if there are any and see if that makes a difference. Thanks for your help.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 23-03-2005, 06:39 PM
D-A-L's Avatar
D-A-L Administrator
 
Join Date: Apr 2004
Posts: 3,576
D-A-L is on their way to becoming a legendD-A-L is on their way to becoming a legendD-A-L is on their way to becoming a legendD-A-L is on their way to becoming a legendD-A-L is on their way to becoming a legendD-A-L is on their way to becoming a legendD-A-L is on their way to becoming a legendD-A-L is on their way to becoming a legendD-A-L is on their way to becoming a legendD-A-L is on their way to becoming a legendD-A-L is on their way to becoming a legend
Re: Date format in mail merge

No problem, It's a shame I can't recreate the problem. Let me know how you get on with the updates.
__________________
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old 27-03-2005, 11:53 AM
Junior Member
D-A-L Newbie
 
Join Date: Mar 2005
Posts: 21
Jimbarnham Is a beginner here at D-A-L
Re: Date format in mail merge

Problem resolved. It is a "feature" of Mail Merge that all dates are imported to the Word document in US American format. To switch the date back to UK format you have to use the Format Merged Data using switch formatting on all date fields. If you Alt and F9 you will see the MergeFormat Field on your Word document. If you type \@"dd/MM/yyyy" at the end of the field the date is displayed in that format. NB type as seen i.e with quote marks and the month format must be in upper case for it to work.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14 (permalink)  
Old 27-03-2005, 06:02 PM
D-A-L's Avatar
D-A-L Administrator
 
Join Date: Apr 2004
Posts: 3,576
D-A-L is on their way to becoming a legendD-A-L is on their way to becoming a legendD-A-L is on their way to becoming a legendD-A-L is on their way to becoming a legendD-A-L is on their way to becoming a legendD-A-L is on their way to becoming a legendD-A-L is on their way to becoming a legendD-A-L is on their way to becoming a legendD-A-L is on their way to becoming a legendD-A-L is on their way to becoming a legendD-A-L is on their way to becoming a legend
Re: Date format in mail merge

Great, thanks for the update Jim I am sure that will come in handy for future readers
__________________
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15 (permalink)  
Old 08-02-2006, 10:18 AM
Newbie
D-A-L Newbie
 
Join Date: Feb 2006
Posts: 1
Puffa Is a beginner here at D-A-L
Re: Date format in mail merge

I know it's a 'year later'..but your solution saved so much of my time. Thanx a lot for your answer, D-A-L...I would have never thought of using capitals for the month...duh....It was soooo useful.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #16 (permalink)  
Old 04-05-2006, 05:21 PM
Newbie
D-A-L Newbie
 
Join Date: May 2006
Posts: 3
DmitryKo Is a beginner here at D-A-L
Re: Date format in mail merge

It's not the end - at least in Office 2002 SP1, Mail Merge seems to process dates as text format internally even when exporting from database and spreadsheet formats!!! Which means that a good amount of dates will be formatted wrong in non-US locales - for example, January 5, 2006 will be shown as 5/1/2006 by default, and if you apply the format token "\@ d MMMM yyyy", it becomes May 1, 2006!

You can avoid this by exporting to Microsoft Word Merge text format (.txt + schema.ini) - it does seem to respect current locale settings, so the dates appear correct, but it does not support quote marks in text strings - they show as \" in merge fields... Good work, Microsoft - one pitfall after another

Last edited by DmitryKo; 04-05-2006 at 06:21 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #17 (permalink)  
Old 05-05-2006, 11:03 AM
Newbie
D-A-L Newbie
 
Join Date: May 2006
Posts: 3
DmitryKo Is a beginner here at D-A-L
Re: Date format in mail merge

Here's one final definitive solution - use DDE provider!

http://wordprocessing.about.com/od/u...t/exceldde.htm
Quote:
Retaining Excel Formats in Mail Merge

Quick Tip
From James Marshall,
Your Guide to Word Processing.

Getting the formatting right when you use an Excel data source for mail merge can be extremely frustrating. There are ways to correct the formatting by using switches in the field codes, but it can be a time-consuming and frustrating exercise. Fortunately, there is an easy way to circumvent the use of switches and still have your data appear as you would like it.

1. With the main document open, click the Tools menu
2. Select Options…
3. On the General tab, select Confirm Conversion at Open
4. Click OK

When you select an alternate data source such as Excel, it will ask you to choose the type of data source.

When present with the choice, select MS Excel Files via DDE.

When you merge the document with the data source, the formatting from the Excel data source will be retained.
This way, date does not change when applying format token, and it works with Access tables as well (I was able to see all the queries in a database, while OLE link was only showing tables for some reason).

BUT I wasn't able to change the formatting of Currency field - I tried to remove a currency symbol, but it just didn't let me specify number-ony format. They gotta be kidding...

Last edited by DmitryKo; 05-05-2006 at 11:12 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #18 (permalink)  
Old 07-06-2006, 01:16 AM
Newbie
D-A-L Newbie
 
Join Date: Jun 2006
Posts: 1
vharperv Is a beginner here at D-A-L
Re: Date format in mail merge

[

Dmitry
thank you so much for this. i have been fighting with this for literally months. my problem was the first part of the mont say 1st june to about the 10th would be the US format of mm/dd then it would change to the aussie/uk version dd/mm. very rarely a customer would pick me up on this when receiving mail. Now i have it fixed thank you so much
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #19 (permalink)  
Old 15-02-2007, 10:34 AM
Newbie
D-A-L Newbie
 
Join Date: May 2006
Posts: 3
DmitryKo Is a beginner here at D-A-L
Re: Date format in mail merge

I wonder if there are any improvements to the handling of Mail Merge data formats in Word 2007? I recall that DDE data provider was going to be deprecated, and if Microsoft didn't fix the behaviour of processing date formats as text...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #20 (permalink)  
Old 20-11-2009, 03:33 AM
Newbie
D-A-L Newbie
 
Join Date: Nov 2009
Posts: 1
Cazza Is a beginner here at D-A-L
Re: Date format in mail merge

Thank you Jimbarnham for your message on 27 March 2005. What you stated has worked for me, whereas I found the other messages did not (however, I am using Word 2007).
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel to Mail Merge date problems Professor Fishpond Desktop / Server Applications 5 08-01-2008 05:04 PM
Merge MiniDVDs? kevinzheng.101 Video Editing Help and Digital Cameras 2 13-08-2007 03:59 AM
Xp Excel Date Format In Mail Merge sue.winkle Windows XP Help 2 19-09-2006 02:07 PM
WORD 2000 & e-mail merge Clayton53 Desktop / Server Applications 5 12-08-2006 03:15 PM
Excel format into date collinsca Other Software 2 05-07-2006 01:47 PM


All times are GMT +1. The time now is 01:48 PM.

Bottom Corner