access e-mail macro

J

J. Smith

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.
 
S

Steve Schapel

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.
 
D

DianaS

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.
 
M

Mmacorin

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:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top