Can someone help me add code to the code bellow that will send pdf files as attachments.
Private Sub Command0_Click()
DoCmd.SendObject acSendNoObject, , , [substitute the recipient's e-mail address here], , , "this is the subject.", "This is the message body. Here is a value from my form: " & Me.[substitute the form object name here] & ".", False
End Sub
Thanks
Jill
Private Sub Command0_Click()
DoCmd.SendObject acSendNoObject, , , [substitute the recipient's e-mail address here], , , "this is the subject.", "This is the message body. Here is a value from my form: " & Me.[substitute the form object name here] & ".", False
End Sub
Thanks
Jill