How To Export A Microsoft Access Report as a PDF

Microsoft Access is one of the most awesomethen email it direct to a third party. I think this feature
prototyping tools anyone in software developmentalone is worth the $700AUD you pay for Adobe
could ever use, however there are also some reallyAcrobat Writer.The second method is to open your
serious downsides as well. I know the software puristsreport and then choose the File menu and then Print.
will be rolling over in their graves with my commentsThe Print dialog box will open and then you choose
but after 20 plus years of commercial softwareAdobe Acrobat writer as the Printer and then choose
development for some of the worlds largestthe OK button which will then start Adobe Acrobat
companies I stand by my comments.Microsoft Accessand generate your PDF.With this new method to build
makes it very easy and very cost effective toa PDF file, you can even use Visual Basic for Access
develop a database application and then roll it out ontoto automate the print process and then email the file
the desktop. One of the downsides to this application isusing MAPI or CDO. If you are one of those people
that it has always been incredibly difficult to exportwho like to use macro's over using VBA there is no
reports from Microsoft Access to another format.way that I can find where you can achieve this. If you
Most Microsoft Access developers that I know whocould find someone who could create a module for
build these systems use third party applications toyou that automates this process you could use a
export reports like Crystal Reports or Microsoft Word.macro then by calling the Function in the module from
The downside to using Microsoft Word is that youthe macro window. All this of course is dependent on
cannot export OLE Objects, using the merge process,finding the write person to write that function. I have
you actually have to use VBA Code in Microsoftnot done this directly, because I have been using a
Word to call the ole object via ADO. Well that is oneform with VBA Code to automate the creation of the
technique anyway. Now, with Adobe Acrobat WriterPDF and then email it via CDO.One of the questions I
Version 7 we now have a new more effectiveget asked a lot, especially by people from GLobal
method.The exporting of OLE Objects has alwaysOrganisations who need to write monthly
been a major downside to Microsoft Access andreports,"Would it be possible to automate this process
Microsoft Word, but I was recently working withand have the reports email themselves once a month".
Adobe Acrobat writer Version 7 and I found that thisThe answer to this is, ABSOLUTELY YES! The catch
version of the software now installs itself in all majorthough is you would need to leave Microsoft Access
Microsoft Office Applications. This is a fantastic stepopen on a machine and then have a developer to
forward for Microsoft Access developers as thiswrite some code that acts like a timer and then once
mean you can develop a report exclusively inthe computer clock ticks over the Form could simply
Microsoft Access and then print the report straight tocreate the associated reports and email them via
a PDF Format, rather than first going to MicrosoftMAPI. This seems complex all in all but for a
Word document then converting it into a Adobecompetent VBA programmer, there should not be any
Acrobat PDF File. The other key advantage is that ifproblems doing this.When Microsoft Office 2007 is
you are using a OLE Object Datatype in a Report, thereleased in 2007(hopefully), Microsoft has said that
Adobe PDF file will accept that data type and show athey will be including the functionality for producing PDF
picture if that is what you are looking for. Alot of myfiles from within Microsoft Office 2007, hopefully this
clients have wanted to use Microsoft Access tofunctionality will be included for Microsoft Access 2007,
develop reports that include photos and distribute themwhich means in the next version, MACRO developers
using Microsoft Word but up until now that has beenmaybe able to export direct to PDF Format and then
able to be done easily. (Without using extensive VBAemail direct to clients. If Microsoft does offer this in
Code) Adobe Acrobat 7 allows us to create a pdf filetheir new version, this to me would be the major
from a report with OLE Objects and include them asreason I would recommend all companies upgrade to
photos etc within the PDF File. This meansthis new version. I wait in hope that this will be the
organisations that want to distribute staff files orcase.Chris Le Roy is a veteran of the software
product descriptions can create them using Microsoftdevelopment having worked in the field for over 20
Access. First of all they create the descriptions as ayears and has been developing systems using Visual
report and then convert them to PDF Format usingBasic 6, VB.Net, Microsoft Access and SQL Server,
Adobe Acrobat Writer.Adobe has provided two waysASP, VB Script and Java Script. He currently runs a
to generate your PDF report. First off it installs anspecialist Computer Training Centre in Townsville
Adobe Drop Down Menu into the Microsoft AccessAustralia, where people from all over the world, train to
main menu bar and from this drop down menu youlearn advanced techniques in programming in these
can then choose to create the report as an ADOBEapplications. Many of his clients specifically focus on
PDF. Note you must open the report first. You canMicrosoft Access development training.
even use this menu function to create the report and