HomeGrowth
Technical User
I am able to send one signle report using DoCmd.SendObject as follow:
DoCmd.SendObject acSendReport, "rpt(2)DRTasksEmail", acFormatRTF, _
stTo, stCC, stBcc, Format(Date, "Medium Date") & " DR Status", "See Attached file!", _
True, False
Can DoCmd.SendObject send multiple reports? or I need look up some other methods. If there is one, can someone provide suggestions. Thanks!
DoCmd.SendObject acSendReport, "rpt(2)DRTasksEmail", acFormatRTF, _
stTo, stCC, stBcc, Format(Date, "Medium Date") & " DR Status", "See Attached file!", _
True, False
Can DoCmd.SendObject send multiple reports? or I need look up some other methods. If there is one, can someone provide suggestions. Thanks!