G
Guest
I have been working on this and it may be over my head. I need to set up a
cmd-btn that the user can use to send a report. Im working on the DoCmd.send
but I cant get it. Here is what I have now. But I get a Compile error. What
am i messing!?
Private Sub cmd_btn_email_daily_rpt_Click()
DoCmd.SendObject , Daily_Rpt, , "(e-mail address removed)", , , "Daily Report", , , True
End Sub
Any help would be great
Thanks
Keith
cmd-btn that the user can use to send a report. Im working on the DoCmd.send
but I cant get it. Here is what I have now. But I get a Compile error. What
am i messing!?
Private Sub cmd_btn_email_daily_rpt_Click()
DoCmd.SendObject , Daily_Rpt, , "(e-mail address removed)", , , "Daily Report", , , True
End Sub
Any help would be great
Thanks
Keith