E-mail from Access

  • Thread starter Thread starter LB Paul
  • Start date Start date
Check out the SendObject method. It is fully described in VBA Help.
 
-----Original Message-----
Does anyone know how to send reports from Access 2003 via
e-mail?
.
look up DoCmd.SendObject in the help files. There are a
lot of options to use with htis but it will let you send a
report via Outlook.
 
If you don't need to automate this, you can preview the report, then from
the File meny select Send To. This will open your default E-mail client and
allow to send the report as an attachment in several formats. The Snapshot
preserves the formatting, RTF does not..

Ragnar
 

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

Back
Top