Hi,
I have some basic code that auto sends an email:
But before it sends I get a pop-up from Outlook that reads "A program is trying to access e-mail addresses.......... do you want to allow this? ...."
Is there a way to disable this pop-up?
I have some basic code that auto sends an email:
Code:
DoCmd.SendObject , , , "[EMAIL="tl@infotech.com"]tl@infotech.com[/EMAIL]", , , "Onboard Notice", msg, 0
But before it sends I get a pop-up from Outlook that reads "A program is trying to access e-mail addresses.......... do you want to allow this? ...."
Is there a way to disable this pop-up?