Results 1 to 3 of 3
  1. #1
    CODy is offline Novice
    Windows 7 32bit Access 2013
    Join Date
    Jun 2014
    Posts
    1

    Report Loop and Automated E-mail Notifications

    I am trying to set up a button in access that automatically generates individualized (by customer ID #) reports of customer payments, and e-mails the customer their specific report.



    Are there step by step guides for setting up the report loop and associated e-mail function?

    Definetely new to VB, so I need the basics for this.

    Any help appreciated.

    thanks-

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,549
    DoCmd.SendObject acSendReport, "rReport", acFormatXLS, vTo, , , vSubj, vMsg

    If you F1 on SENDOBJECT , help will also give you more code on outlook email.

  3. #3
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,643
    This and the looping code referenced should help:

    http://www.granite.ab.ca/access/emai...recipients.htm
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Automated Email / Mail Merge
    By kazaccess in forum Access
    Replies: 17
    Last Post: 01-13-2014, 12:02 AM
  2. Replies: 1
    Last Post: 09-14-2012, 10:27 AM
  3. Replies: 2
    Last Post: 03-03-2012, 10:16 AM
  4. Automated E-mail
    By imintrouble in forum Access
    Replies: 4
    Last Post: 01-11-2012, 10:28 AM
  5. Automated Mail Merge
    By celinae in forum Programming
    Replies: 1
    Last Post: 09-20-2010, 09:57 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums