G
Guest
have a form that emails a daily report. I am sending the email with this:
DoCmd.SendObject acSendReport, Screen.ActiveReport.Name, acFormatSNPI
My question is: Is there a way to set the email addresses after or when
this is called? Since they are both Microsoft products I fiqure there is a
way.
DoCmd.SendObject acSendReport, Screen.ActiveReport.Name, acFormatSNPI
My question is: Is there a way to set the email addresses after or when
this is called? Since they are both Microsoft products I fiqure there is a
way.