Print Page | Close Window

Example Code for Access/VBA?

Printed From: www.exp-systems.com
Category: PDF reDirect
Forum Name: Programming
Forum Discription: VBA and Batch Tools to control PDF reDirect Pro
URL: http://www.exp-systems.com/Forum_exp/forum_posts.asp?TID=844
Printed Date: 29 Mar 24 at 5:18AM


Topic: Example Code for Access/VBA?
Posted By: CoastalData
Subject: Example Code for Access/VBA?
Date Posted: 16 Jan 12 at 4:32PM
Hello, I have a new project that I'm working on, and it really looks like PDF reDirect should help me to knock this one out of the park!

We need to print receipts on a daily basis, and include an active brochure and/or trip document along with that receipt... The receipts themselves are generated from our Access database, and then the extra docs are linked to from the database, and are then made available via a query.

I had been ouputting the entire list of receipts as a single PDF file using a line like this:

DoCmd.OutputTo acOutputReport, "rptReceipt", acFormatPDF


But that makes it more difficult to collate the other documents together, although it does make printing a breeze.

So anyhow, any Access/VBA coding examples, and/or ideas about hot to git-r-done would be greatly appreciated!

Thanks in advance!

--Jon



Print Page | Close Window