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.