Results 1 to 6 of 6
  1. #1
    trident is offline Competent Performer
    Windows 8 Access 2010 64bit
    Join Date
    Apr 2014
    Posts
    141

    Mail Merge to MS Word Date and Currency not working

    I created a Data Collection form that will be merged in MS Word.



    2 problems encountered is when merge in MS Word, the following are showing:

    ms access (Form) ms word
    Currency 2,000.00 2000
    Date 19-June-2017 6/19/2017

    How can I make the data appear in MS Word just the same as in MS Access.

    I have updated the table in MS Access save the same as what I need but still the same result when merging in ms word.

    Thank you for the assistance.

    Trident

  2. #2
    Join Date
    Jun 2015
    Location
    Wales. Land of the sheep.
    Posts
    1,228
    create a query that will format the results and use the query as the record source for the mail merge. (not sure if it will default back to the format issues you currently have but its worth a try)

  3. #3
    HiTechCoach's Avatar
    HiTechCoach is offline MS MVP - Access Expert
    Windows 10 Access 2013 32bit
    Join Date
    Jul 2010
    Location
    Oklahoma, USA
    Posts
    705
    Quote Originally Posted by trident View Post
    I created a Data Collection form that will be merged in MS Word.

    2 problems encountered is when merge in MS Word, the following are showing:

    ms access (Form) ms word
    Currency 2,000.00 2000
    Date 19-June-2017 6/19/2017

    How can I make the data appear in MS Word just the same as in MS Access.

    I have updated the table in MS Access save the same as what I need but still the same result when merging in ms word.

    Thank you for the assistance.

    Trident
    Trident,

    Word sees the data from an Access table the way it is acutually stored. Only Acess can use the dsiplayformat properties.

    In Word it is possibel to add formatting to Merge fields that match the display formatting in Access..


    Date example:

    Code:
    {MERGEFIELD Date @ “d-MMM-yyyy”}
    Currency Example:


    Code:
    {MERGEFIELD MoneyAmount # “$,0.00;($,0.00)”}
    See: Office Watch: Formatting Mail Merge fields
    Boyd Trimmell aka Hitechcoach
    Database Architect and Problem Solver
    Microsoft MVP - Access Expert
    25+ years specializing in Accounting, Inventory, and CRM systems
    "If technology doesn't work for people, then it doesn't work."

  4. #4
    TommyK is offline Novice
    Windows 10 Access 2016
    Join Date
    Nov 2014
    Posts
    28
    {MERGEFIELD MoneyAmount # “$,0.00;($,0.00)”} Does Not Work. The Access source data is formatted as currency in Access.
    e.g.
    $287.30 in Access, displays in the merged MSWord 2016, as
    287.3
    While I can hard code a $, getting the cent's place zero proves elusive
    Last edited by TommyK; 04-14-2020 at 09:31 AM. Reason: clarify

  5. #5
    TommyK is offline Novice
    Windows 10 Access 2016
    Join Date
    Nov 2014
    Posts
    28
    HiTechCoach's link leads me to: "...Word 2003 and later versions use OLEDB to connect to the data source when performing a mail merge. Earlier versions used DDE connections. When you use DDE to convert the Microsoft Access or Microsoft Excel data instead of ODBC, the data is “masked” to display the correct format.
    To change this setting, in Word – On the Tools menu, click Options, and the General tab. Click on the Confirm conversion at Open check box and click OK." Where is the Tools menu? This version of MSWord 2016 has moved the Tools menu from whence last I used it. HELP!

  6. #6
    Gicu's Avatar
    Gicu is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jul 2015
    Location
    Kelowna, BC, Canada
    Posts
    4,235
    You need to use switches in Word, have a look :
    https://www.getfaxing.com/2016/08/29...sing-switches/
    https://knowledgecenter.zuora.com/Bi..._Number_Fields

    For currency try {MERGEFIELD MoneyAmount \# $#,#0.0}
    Cheers,
    Vlad Cucinschi
    MS Access Developer
    http://forestbyte.com/

Please reply to this thread with any new information or opinions.

Similar Threads

  1. email using word mail merge
    By LaughingBull in forum Access
    Replies: 3
    Last Post: 11-12-2015, 04:11 PM
  2. Replies: 1
    Last Post: 10-25-2015, 12:02 PM
  3. Replies: 6
    Last Post: 08-13-2014, 10:32 PM
  4. Currency formats lost between Query and Word in Mail Merge
    By Monterey_Manzer in forum Import/Export Data
    Replies: 2
    Last Post: 07-17-2012, 02:43 PM
  5. Mail merge with word
    By alexc333 in forum Access
    Replies: 0
    Last Post: 07-26-2011, 12:06 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums