Results 1 to 2 of 2
  1. #1
    Gina Maylone is offline Always learning
    Windows 10 Access 2016
    Join Date
    Jun 2013
    Location
    Afton, MN
    Posts
    544

    Multiple page reports to individual files

    Good morning all!



    Simply put, I need to be able to email statements to members. Some are monthly, some are annually, some are one time. Not all members will received their statements via email, so those members must still receive a paper copy. C
    urrently, t
    he statements are run in batches and printed. Another hitch, if members are 30 or 60 days late their statements include multiple pages with warnings and payment plans etc. It's been utter joy to get these puppies to print correctly. So the request for emailing them has somewhat boggled my already boggled mind.

    I know how to send emails through Access. I just need to be pointed in the right direction on how to get the correct statements to go to the correct members.

    I thank you in advance for any advice!
    Gina

  2. #2
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,652
    I assume the printed report contains all members and just has page breaks to separate them? You can have a field in the member table to indicate if they want the statement emailed. You can have a dual process for printed/emailed. The first can use this:

    BaldyWeb wherecondition

    to print the report for just the members who don't want it emailed. Then you can use this (with the related loop) to email a separate report to each email member.

    http://www.granite.ab.ca/access/emai...recipients.htm

    Since you'll be using the same report, tweak that code so it only filters when there's a value in the form control (you can also use a variable or OpenArgs).
    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. Replies: 0
    Last Post: 04-15-2016, 08:08 AM
  2. Multiple individual reports emailed
    By knightangel in forum Reports
    Replies: 2
    Last Post: 05-13-2014, 05:44 AM
  3. Replies: 7
    Last Post: 11-19-2012, 02:17 AM
  4. Replies: 5
    Last Post: 07-06-2012, 03:22 PM
  5. Replies: 3
    Last Post: 09-24-2010, 02:48 PM

Tags for this Thread

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