Snapshot using Redemption, emailing reports

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

Guest

In order to avoid the Outlook 2002 security issue, I changed from the
SendObject method to the Redemption method. The Do.Cmd.Sendobject method
allowed me to us the asFormatSNP to easily send Snapshots of a report. I
don't see such a straightforward option with Redemption. Any suggestions on
the best way to send Snapshots using Redemption?

Thanks,

Marc
 
Marc said:
In order to avoid the Outlook 2002 security issue, I changed from the
SendObject method to the Redemption method. The Do.Cmd.Sendobject
method allowed me to us the asFormatSNP to easily send Snapshots of a
report. I don't see such a straightforward option with Redemption.
Any suggestions on the best way to send Snapshots using Redemption?

Thanks,

Marc

You use DoCmd.OutpuTo to create the Snapshot file on disk and then attach to
the message it using Redemption code.
 

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