Automatic Email in Access

RWatson1

New member
Local time
Today, 01:36
Joined
Jan 22, 2014
Messages
9
Hello,

I am working on setting Access to distribute reports via emails automatically at specific times. I created a macro and set scheduler for this function. The problem is the macro opens Outlook, adds the report in a PDF file but I have to select Send to distribute the report. I guess I need help to automtcaily Send the data. Any help is greatly appreciated. :)
 
Check the argument of the DoCmd.SendObject, it should say EditMessage set that to False.
 
Thank you! That solved it! I appreciate the help! :)
 

Users who are viewing this thread

Back
Top Bottom