I am using the Docmd.sendobject to send an email from an access database. Currently, the email message is populating at the end of my signature. My email program is Lotus Notes, and in my signature I have two blank lines before it begins. Here's the code I have:
DoCmd.SendObject , , , Me.EmpEmail, , , Me.TxtSubject.Value, Me.TxtMessage.Value
DoCmd.SendObject , , , Me.EmpEmail, , , Me.TxtSubject.Value, Me.TxtMessage.Value