Access sending outlook emails (1 Viewer)

coatse

Registered User.
Local time
Yesterday, 22:57
Joined
Jun 4, 2016
Messages
15
Hi all,

I have many records that have a pc number and a audit date and when it was last audited. I want when the db opens to run a email send script to send a list of machines that are overdue to 1 month.

The email will be like the following example.

Subject= Manual Audit overdue Reminder
Body= the following machines audits are overdue.

pc1
pc2
pc3
pc4

Many thanks
James
 

Ranman256

Well-known member
Local time
Today, 01:57
Joined
Apr 9, 2015
Messages
4,339
make a report to show the data, then:

docmd.SendObject acSendReport ,"rMyReport",acFormatPDF,sTo,,,sSubj,sBody
 

Users who are viewing this thread

Top Bottom