Email multiple attachments through sendobject -
01-15-2004
, 08:34 AM
Is there a way to send one email with multiple reports attached to it?
I don't really care what statement I use (does not have to be
sendobject) but I haven't come accross any others that will send an
email.
I have tried:
DoCmd.SendObject acSendReport, "RptAppPg1";"RptApppg2", acFormatRTF,
, , , "New employment application", "New Application for the " &
[PositionApplied] & " Position"
I have also tried using a comma, but of course then it expected
'acFormatRTF' or something along those lines.
Thanks! |