[AccessD] Sending Report using Outlook object method

Lonnie Johnson prodevmg at yahoo.com
Tue Jan 25 09:30:54 CST 2005


Can I email an Access report without saving it to disk via the Outlook object using this type of code...


    Dim appOutLook As Outlook.Application
    Dim MailOutLook As Outlook.MailItem

        Set appOutLook = CreateObject("Outlook.Application")
        Set MailOutLook = appOutLook.CreateItem(olMailItem)


Is there a property of the Outlook object to send a report that is the database where the code resides? 



May God bless you beyond your imagination!
Lonnie Johnson
ProDev, Professional Development of MS Access Databases
Visit me at ==> http://www.prodev.us





 





		
---------------------------------
Do you Yahoo!?
 Yahoo! Search presents - Jib Jab's 'Second Term'


More information about the AccessD mailing list