Hi All
I'm trying to send a Word file (a field which is an OLE type) attached to an e-mail. I searched in the forums, but I couldn't find.
I'm using the SendObject to create the e-mail:
Dim Text_email As String
Text_email = "Dear " & Me.[surname] & vbCrLf & "Text test"
DoCmd.SendObject , , , Me.[e-mail], , , "test", Text_email, True
Thanks in advance for any help.
I'm trying to send a Word file (a field which is an OLE type) attached to an e-mail. I searched in the forums, but I couldn't find.
I'm using the SendObject to create the e-mail:
Dim Text_email As String
Text_email = "Dear " & Me.[surname] & vbCrLf & "Text test"
DoCmd.SendObject , , , Me.[e-mail], , , "test", Text_email, True
Thanks in advance for any help.