J jdp103 Registered User. Local time Today, 04:46 Joined Sep 26, 2003 Messages 46 Oct 9, 2003 #1 I have a report in my access db that I would like to just click a button and have it automatically send to a user. I am new to VB and can't figure out the code to do it. Can anyone help?
I have a report in my access db that I would like to just click a button and have it automatically send to a user. I am new to VB and can't figure out the code to do it. Can anyone help?
FoFa Registered User. Local time Today, 03:46 Joined Jan 29, 2003 Messages 3,672 Oct 9, 2003 #2 DoCmd.SendObject acSendReport, "Main_Report", acFormatRTF, "You@Domain.com", , , "Report Title", "See attached File", False
DoCmd.SendObject acSendReport, "Main_Report", acFormatRTF, "You@Domain.com", , , "Report Title", "See attached File", False
J jdp103 Registered User. Local time Today, 04:46 Joined Sep 26, 2003 Messages 46 Oct 9, 2003 #3 Worked BEAUTIFULLY! THANK YOU!!!