[AccessD] Printing to PDF on 64 Bit

Bob Walsh BWalsh at acumentra.org
Wed Jan 21 16:43:02 CST 2015


This is also an issue on Access 2010. I had the same issue two weeks ago.

-----Original Message-----
From: accessd-bounces at databaseadvisors.com [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Mark Simms
Sent: Wednesday, January 21, 2015 12:49 PM
To: 'Access Developers discussion and problem solving'
Subject: Re: [AccessD] Printing to PDF on 64 Bit

This one case so perfectly depicts why it's so brutally difficult to create solutions using Access or any Microsoft Office component that is VBA-driven:
You've GOT to use compiler directives to effectively handle all of the variances and exceptions for the various releases.

#IF ACCESS2013 Then
#ELSE
#END IF

>
>         DoCmd.OpenReport "rptSurvey", acPreview, , , acHidden
>         DoCmd.OutputTo acOutputReport, "rptSurvey",
> "PDFFormat(*.pdf)", strFullName, False, "", , acExportQualityPrint
>         DoCmd.Close acReport, "rptSurvey", acSaveNo
>


--
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com
IMPORTANT NOTE: The information contained in this message may be privileged, confidential, and protected from disclosure. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution, or copying of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately and delete this message from your computer. Acumentra Health.



More information about the AccessD mailing list