Email Report In Message Part, NOT as a attachment

P

Parra

Hi I would like to email a report, not as an object, but
in the message portion of an email.

This is the code I have right now. The report name is "Qry
Email FiberSat"

Dim stDocName As String
stDocName = "Qry Email FiberSat"
DoCmd.SendObject acReport, stDocName,

Can someone help me out?

I am using
Access 2000 and Outlook.

Thank you
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top