Output with data and images using Outputto method

  • Thread starter Thread starter hanzo
  • Start date Start date
H

hanzo

Guest
Hi, folks.

I tried to output a report to a html or rtf, however only data is shown using outputto method. All images such as lines and logo are not displayed.

Is there any method of posting the data together with the information. I'm thinking of incorporating the report into the email with the logos and lines.

Anybody out there who have any idea on this. Please advice and thanks in advance.

Regards,

Hanzo.
 
Not really. The main way to output graphs, logos etc is by outputing as Snapshot format

DoCmd.OutputTo acReport, "Rep Name", "SnapshotFormat(*.snp)", "C:\etc\filename.snp"
 
Which you can't use for anything but viewing correct? You have to have a (*.SNP) viewer?

Please correct me if I am wrong, I would love to use Pics in my reports that go to MS WORD, Other than *.PDF Writer...


Thanks,
Jerry
 

Users who are viewing this thread

Back
Top Bottom