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
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