
use VBA send a snapshot type report out as an attachment of an email
Docmd.SendObject acReport, "MyReport", "Snapshot Format (*.snp)", _
"Joe Blow", , ,"Subject","Body", false
--
Steve Arbaugh
ATTAC Consulting Group
http://ourworld.compuserve.com/homepages/attac-cg/acgsoft.htm
Quote:
> Hi,
> I'm new in Access,
> Can I use VBA do that sending a snapshot type report out as an attachment
of
> an email
> Thank you very much
> JW