PDA

View Full Version : Using Acrobat in Access 2007


hwinceFL
Jul 7, 2017, 08:08 AM
I am using Access 2007 under Windows 10. I have created a table which I would like to print out. How can I set the specifications for Acrobat, such as landscape vs. portrait output, top/bottom/side borders, etc. Thanks for your guidance.

talaniman
Jul 7, 2017, 10:36 AM
I thought this was part of the print or print preview menu. When you hit print a menu pops up with those options and more.

msonumber
Jul 8, 2017, 05:54 AM
If you want to access acrobat in MS Access 2007 then you can use ASP.net on your system.

ScottGem
Jul 8, 2017, 06:35 AM
Access has native support for PDF creation. But what you export to PDF is a report. Set your report for the orientation, borders, etc. Then you can print the report to PDF from the Print Preview menu or use DoCmd.OutputTo command to do it programmatically.


If you want to access acrobat in MS Access 2007 then you can use ASP.net on your system.

Not a good answer. This has nothing to do with ASP.Net.

hwinceFL
Jul 8, 2017, 09:47 AM
Hello Scott, Thanks so much for your very helpful guidance. Just a couple of more questions -- the line thickness in the report appears to be "double space"; how do I set in to "single" or otherwise; also, when I am in Print Preview I don't see a way to change the output from Documents\*.pdf to my preferred naming and location. I would appreciate your further guidance.