Ross Hurrell
Registered User.
- Local time
- Today, 16:16
- Joined
- Nov 17, 2006
- Messages
- 11
Hey, I was wondering how I would tell Access to set bold on my email message. I use this code to generate the email:
Private Sub Email_Click()
strToWhom =
strMsgBody = "This is my email body, I would like [B]this[/B] word bold"
DoCmd.SendObject , , , strToWhom, , , "Subject", strMsgBody, True
End Sub[/QUOTE]
Thanks for any help provided.
Last edited: