Home  |  About  | Last |  Submit  |  Contact
AllQuests.com

Previous Question:  SQL DELETE best practice  DatabaseNext Question:  Wanted Gun 360 Resident Evil DS  Archive : Completed Business Expired Threads
Question Access 2003 DoCmd.SendObject ( CodeGuru Forums Database )
Updated: 2008-08-12 06:09:13 (1)
Access 2003 DoCmd.SendObject

I am stuck on something and am in need of a little help. I am using the SendObject command to send a report (in snapshot format) to a few email recipients. I have multiple reports that need to be sent via email.

My problem here is that I have to use the SendObject command for each report that I need to send. Does anyone know of a way to pipe the Object portion of the command so that all reports that need to be sent are attached to one email?

I searched on the internet and am unable to find any usage that shows how to send multiple reports as attachments to one email. I know that I could use the OutputTo command for each report, and then attach them all individually to one email, but this takes even longer.

If anyone can help, I would truly appreciate it.

EDIT: Here is the code I have for the SendObject command.

Code:
DoCmd.SendObject acSendReport, report name, acFormatSNP, , , , report title, , -1

Answers: Access 2003 DoCmd.SendObject ( CodeGuru Forums Database )
Access 2003 DoCmd.SendObject

Does anyone have any suggestions? Anyone know the answer to this?

Leon.Kennedy

Previous Question:  SQL DELETE best practice  CodeGuru Forums  DatabaseNext Question:  Wanted Gun 360 Resident Evil DS  AVForums  Archive : Completed Business Expired Threads

- Source: Access 2003 DoCmd.SendObject CodeGuru Forums Database
- Previous Question: SQL DELETE best practice CodeGuru Forums Database
- Next Question: Wanted Gun 360 Resident Evil DS AVForums Archive : Completed Business Expired Threads





AllQuests.com