Newbie problem setting up code in Access 2013

Add-in Express™ Support Service
That's what is more important than anything else

Newbie problem setting up code in Access 2013
 
PhilGreen




Posts: 2
Joined: 2013-11-14
Hi Guys, I'm new to Security Manage and can not get things working in Access. Have got the Outlook Security Manager Component ticked on as a DLL reference

Could someone give me the initial code I need to get the following working

'Loop thru customers
Do While rst.EOF = False
DoCmd.SendObject acSendReport, "ReportName", acFormatPDF, rst.Fields("Email"), , , strSubject, strBody, False
rst.MoveNext
Loop
Posted 14 Nov, 2013 20:54:53 Top
Andrei Smolin


Add-in Express team


Posts: 18817
Joined: 2006-05-11
Posted 14 Nov, 2013 23:51:03 Top
PhilGreen




Posts: 2
Joined: 2013-11-14
Hi Andrei - exactly what I needed - thanks you
Posted 15 Nov, 2013 00:10:10 Top