• E-Mail Merge Coding (AC 2007)

    Author
    Topic
    #456136

    As part of code which sends an E-Mail from Access, I have the following:-

    MyMail.Body = Month$ & ” Dues Notice for ” & MailList(“Initial”) & ” ” & MailList(“SurName”) _
    & vbNewLine & vbNewLine _
    & “Dues Carried Forward ” & Format(MailList(“CFwd”), “$#,##0.00 ;($#,##0.00)”) & vbNewLine _
    & “This Month’s Dues ” & Format(MailList(“Dues”), “$#,##0.00 ;($#,##0.00)”) & vbNewLine _
    & “Owed /(In Credit) ” & Format(MailList(“Owed”), “$#,##0.00 ;($#,##0.00)”)

    Can anyone advise me how I might align these amounts to the right.

    Viewing 0 reply threads
    Author
    Replies
    • #1138444

      There’s no support for right-aligning text. Anyway, you have no control over how the recipient views the e-mail…

    Viewing 0 reply threads
    Reply To: E-Mail Merge Coding (AC 2007)

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

    Your information: