You can use a Docmd.SendObject statement to trigger an email and suppress the warning message. There's a parameter that can be set to control this.
Nic;o)
Hi Nic. I use
Docmd.SendObject to periodically send email from Access using a macro, but I have to use an external 'ClickYes' utility to get past the security warning message in Outlook that alerts an external app is trying to send a message. It would be great if there is a parameter in the
SendObject statement in my Access module that would suppress this or ignore it, or send it a click yes, but darned if I can find it by reference to the help files. Were you referring to the Edit Message parameter or is there something else available in
SendObject? Thanks in anticipation.