• Word format (2000)

    Author
    Topic
    #427356

    I have a field, which will be used for a mail merge letter. How do I make sure that the first letter is in caps.

    ContactName

    Viewing 1 reply thread
    Author
    Replies
    • #990027

      I would create the merge linking to a query. For your query, I would make a field as such:

      ContactName: StrConv([ContactName],3)

      If you wish to keep your data in whichever case it is in your table. If you want to fix the problem from the get-go, use an update query:

      Field: ContactName
      Update To: StrConv([ContactName],3)

      You can change the number to change the case

      1- ALL CAPS
      2- all lower case
      3- Proper Case

    • #990062

      Jeremy’s suggestion should do the trick, but it is also possible to set the format in Word:
      – Right-click the merge field in Word and select Toggle Field Codes from the popup menu.
      – The field will look like this:

      { MERGEFIELD Fieldname * MERGEFORMAT }

      – Edit it to look like this:

      { MERGEFIELD Fieldname * FirstCap * MERGEFORMAT }

      – Press F9 to hide field codes and update the field.

      • #990071

        Hans,
        Thanks for that tip! I didn’t know you could format the fields in word – I’ve always done it in the Access or Excel word document!

        • #990074

          It can be very useful. Sometimes you cannot do anything about the format in the data source, for example because it is read-only.

      • #990403

        This works great! Thank you very much.

    Viewing 1 reply thread
    Reply To: Word format (2000)

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: