Sending Personalized Reports to Individuals by Email

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a report that generates the past-due invoices for a group of people.
One of my account managers asked me if there is a way to run it so that it
generates a separate e-mail, in PDF if possible, for each invoice so that
they can be sent automatically. Does Access do this, or will I have to get a
separate tool to do that?
 
Amy:

Access currently does not support generating PDF files, nor really attaching
a separate file to an e-mail. For this you need a separate tool. You may
want to look at our PDF and Mail Library for Access, which with a little VBA
code (lots of examples in the help file) will allow you to do what you are
talking about doing quite handily. You'll find it on our web in the
Developer Tools section.
 
Back
Top