access e-mail macro

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

Guest

Just learning access 2003, and I am trying to build a macro that will send a
report via Outlook without having to merge or snapshot. Any information,
idea, or diection will be greatly appreciated.
 
Diana,

Snapshot
HTML
RTF
Excel
XML
..txt

Snapshot is the only one where you can reliably expect the appearance to
be the same as the Access report would be as printed. For example, RTF
format does not preserve graphical elements. Snapshot is great, but
does rely on the recipient to have the Microsoft Snapshot View er
installed, which not everybody has.

It is dificult with a macro, but using VBA procedures, it is also
possible to write code to send a report in PDF format.
 
Thanks for the helpful info!

Diana

Steve Schapel said:
Diana,

Snapshot
HTML
RTF
Excel
XML
..txt

Snapshot is the only one where you can reliably expect the appearance to
be the same as the Access report would be as printed. For example, RTF
format does not preserve graphical elements. Snapshot is great, but
does rely on the recipient to have the Microsoft Snapshot View er
installed, which not everybody has.

It is dificult with a macro, but using VBA procedures, it is also
possible to write code to send a report in PDF format.
 
Hi Steve,

I'm to create a macro at access for getting e-mails from a table and then I
need to attach a pdf file that another macro had already made the pdf
file....could you please show me were can I learn how to do it? or if you
know how to do it, please give some idea how to start...

Thanks,

Mmacorin

"Steve Schapel" escreveu:
 
Back
Top