Wortz, Charles
CWortz at tea.state.tx.us
Fri Jul 25 08:00:39 CDT 2003
Booby, If they want to print hundreds of contracts at a time you could add a button on the form with text such as "Click to print all contracts without preview and without page numbers to a PDF file." For all other cases, do as Susan and I suggest. Charles Wortz Software Development Division Texas Education Agency 1701 N. Congress Ave Austin, TX 78701-1494 512-463-9493 CWortz at tea.state.tx.us -----Original Message----- From: Bobby Heid [mailto:bheid at appdevgrp.com] Sent: Friday 2003 Jul 25 06:10 To: 'Access Developers discussion and problem solving' Subject: RE: [AccessD] Page numbers I think that under many circumstances, that this would be a perfect solution. But this client does want to be able to do previews and print to PDF. If they print for a project or enterprise, there could be hundreds of contracts. Therefore, hundreds of previews or entering a file name to save the PDF to. Thanks for all of your thoughts on this. Bobby -----Original Message----- From: accessd-bounces at databaseadvisors.com [mailto:accessd-bounces at databaseadvisors.com]On Behalf Of Susan Harkins Sent: Thursday, July 24, 2003 4:31 PM To: Access Developers discussion and problem solving Subject: Re: [AccessD] Page numbers Charles may have the easiest way Bobby... I know you said users want to print more than one at a time, but there's no reason for them to know they're printing 1 report several times. I did this once years ago -- just create an array or whatever and print the report over and over, using the current criteria. The user won't know any different. Susan H. > Thanks all! This gives me a lot of stuff to look at. >