I do have a code for SendObject. But it opens outlook with the attachment then I have to click send button to complete the message.
DoCmd.SendObject acReport,"report", acFormatRTF,"my email address",,,"Subject",,True
what else could I add to send the message without opening Outlook?