Hi
I am using the following code to send an email from access via outlook automatically
Which works fine but i get an outlook error message which says
"A program is trying to send an email message on your behalf. if this is unexpected .... Blah Blah Blah
Allow Deny Help
is there anyway that i can avoid this message and send the email without verification?
Regards Phill
I am using the following code to send an email from access via outlook automatically
Code:
DoCmd.SendObject acSendReport, stDocName, acFormatRTF, "User", , , , , False
"A program is trying to send an email message on your behalf. if this is unexpected .... Blah Blah Blah
Allow Deny Help
is there anyway that i can avoid this message and send the email without verification?
Regards Phill
Comment