G
Glasgow
Using sendobject I can attach a single report in Snapshot Format to an email
but I would like to be able to attach 2 to the same email. Anyone know how to
do this ?
The code I use is currently
DoCmd.OpenReport "Translation_QuoteAcceptance", acViewPreview, ,
"[ProjectID]=[Forms]![translation2005]![ProjectID]"
DoCmd.SendObject (acSendReport), "Translation_QuoteAcceptance", "Snapshot
format", Forms!translation2005!Contact_Email, , , "Translation Quotation",
"Thank you for providing us with the opportunity to quote for the translation
of your document."
but I would like to be able to attach 2 to the same email. Anyone know how to
do this ?
The code I use is currently
DoCmd.OpenReport "Translation_QuoteAcceptance", acViewPreview, ,
"[ProjectID]=[Forms]![translation2005]![ProjectID]"
DoCmd.SendObject (acSendReport), "Translation_QuoteAcceptance", "Snapshot
format", Forms!translation2005!Contact_Email, , , "Translation Quotation",
"Thank you for providing us with the opportunity to quote for the translation
of your document."