Publish Report with Word & Send Email

J

Johnson

I have designed a report that is a Contract.
On the report I have a picture of my Signature,
and I have inserted a Word Doc as page 2. Essentially
page 2 is a generic addendum to all Contracts.
Everything works fine until I try to email the individual
Contract to the specific people for their signature.
The image of MY Signature doesn't show up and
the page 2 addendum also doesn't show up.
I have used the SendObject method:
DoCmd.SendObject acSendReport, "rptContracts", acFormatRTF, rs!Email2

I have also tried to save or publish the report to Word with
the output command as follows;
DoCmd.OutputTo acReport, "rptContracts", "RichTextFormat(*.rtf)", _
"F:\Contracts\Person1" , False, ""
All with the same results; No My Signature & No Addendum page 2.

Can anyone offer some suggestions how I might achieve the desired
sending of a report/Contract to my people?

Thank you!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top