RonMcIntire
Technical User
All:
I wish to send a single-record report to email (Outlook Express).
I can preview a single record with the DoCmd.OpenReport methond and I can send the report (.rtf format) via the DoCmd.SendObject method but I would to do the following:
1. View the single record report.
2. Make the report show up in the message part of the email rather than as an attachment.
3. Include the email address, included in the record, in the "Send To" field.
How do I do it?
Thanks,
Ron
I wish to send a single-record report to email (Outlook Express).
I can preview a single record with the DoCmd.OpenReport methond and I can send the report (.rtf format) via the DoCmd.SendObject method but I would to do the following:
1. View the single record report.
2. Make the report show up in the message part of the email rather than as an attachment.
3. Include the email address, included in the record, in the "Send To" field.
How do I do it?
Thanks,
Ron