| View previous topic :: View next topic |
| Author |
Message |
jplappo Newbie
Joined: 06 Jan 2004 Posts: 2 Location: Tulsa, OK Reputation: 100  
|
Posted: Tue Jan 06, 2004 3:50 pm Post subject: Help for Newb2: Printing with Adobe Acrobat |
|
|
If I have the printer selected as Adobe Acrobat pdfWriter, is there a way to output the file with a specific name? For example, running an Access macro, and then print the report with a specific name: Report.pdf.
Any help is appreciated.
Did this message help you? If so please reward the poster with Reputation Points? Reward Points
|
|
| Back to top |
|
 |
Lumumba Guest
|
Posted: Thu Jan 08, 2004 11:55 am Post subject: |
|
|
Standard should be:
open file
edit file
save as: report.mdb
print via pdfwriter
Am I'm wrong ?
Did this message help you? If so please reward the poster with Reputation Points? Reward Points
|
|
| Back to top |
|
 |
Bob Hansen Automation Wizard

Joined: 24 Sep 2002 Posts: 2448 Location: Salem, New Hampshire, US Reputation: 300   votes: 17
|
Posted: Fri Jan 09, 2004 5:12 pm Post subject: |
|
|
In the macro section for Access, using OutputTo there is an option field for the filename. If left blank, you will be prompted for a value. Need to enter the complete path and filename. _________________ Hope this was helpful..................good luck,
Bob
A humble man and PROUD of it!
Did this message help you? If so please reward the poster with Reputation Points? Reward Points
|
|
| Back to top |
|
 |
|