The date in a merged word doc is US format source is UK format

C

Cogito

I have created an access database with date fields in the UK format
dd/mm/yyyy. When I merge this data into a word document the date field is
shown in the US format mm/dd/yyyy. The regional settings are for the UK.

Please advise a solution.

Thank you
 
M

macropod

Hi Cogito,

You can fix this by adding a switch to the mergefield. To do this:
.. select the field and press Shift-F9. You should see something like {MERGEFIELD dbDate}
.. change this to {MERGEFIELD dbDate \@ DD/MM/YYYY}
.. press F9 to update the field
.. run your mailmerge

For more information on field formatting, see Word's help file

Cheers
 
C

Cogito

Macropod

Thank you for your reply. This solution worked. I am suprised that on a UK
spec pc. Is there a permanent fix?

Regards

macropod said:
Hi Cogito,

You can fix this by adding a switch to the mergefield. To do this:
.. select the field and press Shift-F9. You should see something like {MERGEFIELD dbDate}
.. change this to {MERGEFIELD dbDate \@ DD/MM/YYYY}
.. press F9 to update the field
.. run your mailmerge

For more information on field formatting, see Word's help file

Cheers
--
macropod
[MVP - Microsoft Word]
-------------------------

Cogito said:
I have created an access database with date fields in the UK format
dd/mm/yyyy. When I merge this data into a word document the date field is
shown in the US format mm/dd/yyyy. The regional settings are for the UK.

Please advise a solution.

Thank you
 
G

Graham Mayor

That is the permanent fix. Word reads the raw data stored in Excel - See
also

From the Tools menu in Word, select Options and then go to the General tab
and check the box against the "Confirm conversions at open" item. (In Word
2007 it is Office Button > Word Options > Advanced > General > Confirm file
format conversion on open). Then when you attach the data source to the mail
merge main document, you will be given the option of using the DDE method of
connection which should read the data as you have it formatted in the table.

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP


<>>< ><<> ><<> <>>< ><<> <>>< <>><<>

Macropod

Thank you for your reply. This solution worked. I am suprised that on
a UK spec pc. Is there a permanent fix?

Regards

macropod said:
Hi Cogito,

You can fix this by adding a switch to the mergefield. To do this:
.. select the field and press Shift-F9. You should see something
like {MERGEFIELD dbDate} .. change this to {MERGEFIELD dbDate \@
DD/MM/YYYY} .. press F9 to update the field
.. run your mailmerge

For more information on field formatting, see Word's help file

Cheers
--
macropod
[MVP - Microsoft Word]
-------------------------

Cogito said:
I have created an access database with date fields in the UK format
dd/mm/yyyy. When I merge this data into a word document the date
field is shown in the US format mm/dd/yyyy. The regional settings
are for the UK.

Please advise a solution.

Thank you
 
C

Cogito

Graham

Thank you for your reply. Excellent

Graham Mayor said:
That is the permanent fix. Word reads the raw data stored in Excel - See
also

From the Tools menu in Word, select Options and then go to the General tab
and check the box against the "Confirm conversions at open" item. (In Word
2007 it is Office Button > Word Options > Advanced > General > Confirm file
format conversion on open). Then when you attach the data source to the mail
merge main document, you will be given the option of using the DDE method of
connection which should read the data as you have it formatted in the table.

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP


<>>< ><<> ><<> <>>< ><<> <>>< <>><<>

Macropod

Thank you for your reply. This solution worked. I am suprised that on
a UK spec pc. Is there a permanent fix?

Regards

macropod said:
Hi Cogito,

You can fix this by adding a switch to the mergefield. To do this:
.. select the field and press Shift-F9. You should see something
like {MERGEFIELD dbDate} .. change this to {MERGEFIELD dbDate \@
DD/MM/YYYY} .. press F9 to update the field
.. run your mailmerge

For more information on field formatting, see Word's help file

Cheers
--
macropod
[MVP - Microsoft Word]
-------------------------

I have created an access database with date fields in the UK format
dd/mm/yyyy. When I merge this data into a word document the date
field is shown in the US format mm/dd/yyyy. The regional settings
are for the UK.

Please advise a solution.

Thank you
 

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