Thanks, Yes, I did stumble on that later in the day:
DoCmd.SendObject , , , , , , "My Subject", esssContent, True
Much more robust, and it doesn't matter what the default email client is!
Hello,
I want a button onClick to grab the content of a populated field on my Access record and populate the body of an email client with it, including any hard returns or other formatting. I have tried this simple code:
Me.eSSS.SetFocus
Dim esssContent As String
esssContent =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.