J
jo
Hi I would like to send email as the report has been opened. Maybe by on the
On Open event of the report???
I have tried the following code but it comes up with errors such as "Complie
Error, Invalid use of property" it highlights "acSendReport". Can you help
please?
Jo
Private Sub Report_Open(Cancel As Integer)
DoCmd.SendObject
acSendReport , "Overdue", , "(e-mail address removed)", , , "Overdue
Gauges!!"
End Sub
On Open event of the report???
I have tried the following code but it comes up with errors such as "Complie
Error, Invalid use of property" it highlights "acSendReport". Can you help
please?
Jo
Private Sub Report_Open(Cancel As Integer)
DoCmd.SendObject
acSendReport , "Overdue", , "(e-mail address removed)", , , "Overdue
Gauges!!"
End Sub