Hi, I am currently using the function below to send a report through email. I would like to know if I can delay the sending date to the next day?
***************************************************
DoCmd.SendObject acSendReport, ReportName,acFormatRTF, Email1, Emal2, "Report1", Me.txtEmailNarr, False
****************************************************
Thanks
***************************************************
DoCmd.SendObject acSendReport, ReportName,acFormatRTF, Email1, Emal2, "Report1", Me.txtEmailNarr, False
****************************************************
Thanks