[AccessD] Ah Ah Yes - Printing to PDF on 64 Bit

Tony Septav TSeptav at Uniserve.com
Wed Jan 21 19:11:09 CST 2015


Hey All
Not wanting to repeat myself. But ACCESS requires workarounds of workarounds
of workarounds. What happened to the good old days. MS Duhhhhhhhhhhhhhhhhhh!

Tony Septav
Nanaimo, BC
Canada

-----Original Message-----
From: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Bob Walsh
Sent: January-21-15 4:43 PM
To: Access Developers discussion and problem solving
Subject: Re: [AccessD] Printing to PDF on 64 Bit

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.

-- 
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com


-----
No virus found in this message.
Checked by AVG - www.avg.com
Version: 2015.0.5645 / Virus Database: 4260/8972 - Release Date: 01/21/15



More information about the AccessD mailing list