emailing reports

B

blake7

Hi, is there a way of adding a button to a report or form so that when it is
pressed the report is sent staight to a blank email as a attachment ready for
sending, In our business we use Lotus notes as our default emailing program ?
Thanks
 
A

Arvin Meyer [MVP]

Yes, from a form button, the code is:

DoCmd.SendObject acReport, "ReportName", , "email address", , , "subject", ,
True

Using Lotus, I think you'll need to have VIM.DLL on your machine to make it
work.
 
B

blake7

Hi Thanks, I will give it a try, will the VIM.DLL file already be on my pc
seeing as we use it as our default email program ???. Will the command
button after adding the code, launch into Lotus Notes ??
 

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