Free Lessons
Courses
Seminars
TechHelp
Fast Tips
Templates
Topic Index
Forum
ABCD
 
Home   Courses   TechHelp   Forums   Help   Contact   Merch   Join   Order   Logon  
 
Back to Send Email    Comments List
Upload Images   @Reply   Bookmark    Link   Email   Next Unseen 
Emailing a Report
Leonard Duval 
      
2 years ago
I am trying to email a report using the following code using office 365 Access vba and Outlook. It is working but I can't figure out how to add the report "MyReportR" as an attachment without first saving it as a file. Here is my code I got from the Send Email Template.

Details    Dim msg As String
    msg = "My CareGiver Report"
    
    Dim o As Outlook.Application
    Dim m As Outlook.MailItem
    
    Set o = New Outlook.Application
    Set m = o.CreateItem(olMailItem)
    
    With m
        .BodyFormat = olFormatHTML
        .HTMLBody = msg
        .To = Email
        '.CC = "[email protected];[email protected]"
        '.BCC = "[email protected]"
        .Subject = "My CareGiver Report"
        .Display
        
    End With

    Set m = Nothing
    Set o = Nothing
Alex Hedley  @Reply  
           
2 years ago
Attachments are covered in the Access Email Seminar.
Leonard Duval OP  @Reply  
      
2 years ago
I would love to get the seminar but I am not able to right now. Thanks. I'll keep trying to figure it out.
Richard Rost  @Reply  
          
2 years ago
You'll have to save it as a file (preferably PDF) in order to attach it to an email. You're a Platinum member, so there's code in the Code Vault to send attachments this way. Send Outlook Email (Late). It's covered in the Email Seminar that Alex mentioned. It's also covered in Access Developer 34.
Leonard Duval OP  @Reply  
      
2 years ago
Thank you very much. I was able to figure it out finally and got it working.

This thread is now CLOSED. If you wish to comment, start a NEW discussion in Send Email.
 

Next Unseen

 
New Feature: Comment Live View
 
 

The following is a paid advertisement
Computer Learning Zone is not responsible for any content shown or offers made by these ads.
 

Learn
 
Access - index
Excel - index
Word - index
Windows - index
PowerPoint - index
Photoshop - index
Visual Basic - index
ASP - index
Seminars
More...
Customers
 
Login
My Account
My Courses
Lost Password
Memberships
Student Databases
Change Email
Info
 
Latest News
New Releases
User Forums
Topic Glossary
Tips & Tricks
Search The Site
Code Vault
Collapse Menus
Help
 
Customer Support
Web Site Tour
FAQs
TechHelp
Consulting Services
About
 
Background
Testimonials
Jobs
Affiliate Program
Richard Rost
Free Lessons
Mailing List
PCResale.NET
Order
 
Video Tutorials
Handbooks
Memberships
Learning Connection
Idiot's Guide to Excel
Volume Discounts
Payment Info
Shipping
Terms of Sale
Contact
 
Contact Info
Support Policy
Mailing Address
Phone Number
Fax Number
Course Survey
Email Richard
[email protected]
Blog RSS Feed    YouTube Channel

LinkedIn
Copyright 2026 by Computer Learning Zone, Amicron, and Richard Rost. All Rights Reserved. Current Time: 4/19/2026 8:44:48 PM. PLT: 0s