T
Tony Williams
I have a tick box on a form that should email a report. This is my code
DoCmd.SendObject , "rptOnlineUpload", acformtxt, , , , "OnLineUpload",
"Please upload this document to Online", True
However although the email opens in Outlook with the message there is no
report. According to the help I thought the report should appear benaeth the
message. What am I doing wrong?
TIA
Tony Williams
DoCmd.SendObject , "rptOnlineUpload", acformtxt, , , , "OnLineUpload",
"Please upload this document to Online", True
However although the email opens in Outlook with the message there is no
report. According to the help I thought the report should appear benaeth the
message. What am I doing wrong?
TIA
Tony Williams