Printing Report to SnapShot

S

Scott Duncan

I have a report, "Invoice" that prints fine to a Printer...
When I print the Invoice to Adobe PDF Writer without previewing the report
first, it also works fine.
When I preview the Report and Print to either SnapShot or Adobe, some of the
information does not
print.

We are eMailing out our Invoices and use the following code

DoCmd.OpenReport stInvoiceName, acViewPreview, , stLinkCriteria

DoCmd.SendObject acSendReport, stInvoiceName, acFormatSNP, steMailAddress, ,
"(e-mail address removed)", "Invoice Number " & Format$([Invoice Date],
"yymmdd") & "-" & [Sales Order Number], stGreeting & stMessageText &
stViewerInfo

In the preview, all information is present. The field in particular that is
missing shows the client how much $$$
they saved on this Invoice.

Any thoughts ?

TIA,

SD
 

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