email blank report

J

JethroUK©

I have a report that complies weekly statistics - painfully populated by VB
from the Activate event

This report works fine when run - but when emailed from a form via:

DoCmd.SendObject acSendReport, stDocName, acFormatRTF

the report that is attached to the email is blank ? (unpopulated)

Any clues (i've tried populating the report in Report.Open event)
 
Top