emailing reports

  • Thread starter Thread starter blake7
  • Start date Start date
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
 
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.
 
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 ??
 
Back
Top