Access E-mail Attachments

  • Thread starter Thread starter Spring Hill TN
  • Start date Start date
S

Spring Hill TN

Is it possible to code in Visual Basic to attach more than one Access report
in .snp format to a single e-mail? Anotherwords, I have several Access
reports in the same database that I want the user to be able to attach to one
e-mail as a one step function.
 
Spring Hill TN said:
Is it possible to code in Visual Basic to attach more than one Access report
in .snp format to a single e-mail? Anotherwords, I have several Access
reports in the same database that I want the user to be able to attach to one
e-mail as a one step function.

Yes, but not using SendObject as that's one of it's many limitations.

For alternatives see Microsoft Access Email FAQ
http://www.granite.ab.ca/access/email.htm

Tony
 
Back
Top