J
Janet
I'm trying to send information from an AccessXP form
within the body of an email. The To/Subject are
populated correctly, but the body is always blank. Any
ideas?
Dim strTo As String
Dim strSubject As String
Dim strMsg As String
strTo = "(e-mail address removed)"
strSubject = "ORPCE Housing Request Forward"
strMsg = "tada"
strCC = ""
DoCmd.SendObject acSendNoObject, , , strTo, strCC, ,
strSubject, strMsg, True
within the body of an email. The To/Subject are
populated correctly, but the body is always blank. Any
ideas?
Dim strTo As String
Dim strSubject As String
Dim strMsg As String
strTo = "(e-mail address removed)"
strSubject = "ORPCE Housing Request Forward"
strMsg = "tada"
strCC = ""
DoCmd.SendObject acSendNoObject, , , strTo, strCC, ,
strSubject, strMsg, True