Trouble with sending a SNP report.

JvM

Registered User.
Local time
Today, 01:38
Joined
Jan 7, 2003
Messages
68
Good afternoon,

When I use Vb to export a report to Snp and send it to an email recipiant Acces keeps asking in which format.

With every report it also asks me over and over again for permission to send the email.

Has anyone an idea how I can work around the messages.

Thanks,

Jan
 
Here is what I have setup in VB to send an email with a specific report attached.

DoCmd.SendObject acReport, "InsertReportNameHere", "SnapshotFormat(*.snp)", "", "", "", "InsertEmailSubjectLine", "", True, ""
 
Thank you, problem solved!!

Greetings Jan
 

Users who are viewing this thread

Back
Top Bottom