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
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