Hello I recently received some helpful advice on emailing a report in my database using send object
the report consists of a numerous number of photos in a report.
I have started testing and it only works with one set of reports. the report that the send objects works fully in has 7 photos and the other have a maximum of upto 4.
the code of this is
italics
DoCmd.SendObject acSendReport, "rptEmail", "Snapshot Format (*.snp)", StrAddress _
, , , StrSubject, StrBody, 0, _
"C:\Documents and Settings\jhall\My Documents"
the report consists of a numerous number of photos in a report.
I have started testing and it only works with one set of reports. the report that the send objects works fully in has 7 photos and the other have a maximum of upto 4.
the code of this is
italics
DoCmd.SendObject acSendReport, "rptEmail", "Snapshot Format (*.snp)", StrAddress _
, , , StrSubject, StrBody, 0, _
"C:\Documents and Settings\jhall\My Documents"