Emailing a report

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

Guest

I have a report I print out every month. Is there a way I can print a report
to a file and email the report to someone? I just want to print the report as
a file and the user just open and look at what they would have if I printed
it out. Thanks
 
Use SendObject, to send the report.

Use snapshot format if you need the user to see it as you do, with graphical
elements (lines, logos, ...) included. They can download the free snapshot
viewer from Microsoft if they don't have it.
 
print it to a pdf file using your favorite pdf printer driver. Use our code
to automate the process.

I guess you could use snapshot, but adobe reader is pretty widespread.

Mark
RPT Software
http://www.rptsoftware.com
 
I tried printing the report to File, but then can't can't open it-even in
Access! Sending as an e-mail attachment is a problem as Mail Recipient uses
Outlook Express which doesn't work for me.
 
Back
Top