MS Access 2007.
Our barcodes are missing when we email a report as a pdf file using VBA. If we print/preview a report and email the report the barcode still exists. Here is the code I'm using in VBA:
DoCmd.SendObject acSendReport, "Report_Name", "PDF Format(*.pdf)"...
This one has me perplexed...anyone?
Thanks in Advance,
Derek
Our barcodes are missing when we email a report as a pdf file using VBA. If we print/preview a report and email the report the barcode still exists. Here is the code I'm using in VBA:
DoCmd.SendObject acSendReport, "Report_Name", "PDF Format(*.pdf)"...
This one has me perplexed...anyone?
Thanks in Advance,
Derek