D
Dustin R
I am needing to output reports from access to PDF. This seems to be a
simple task with the PDF/XPS add-in and it works fine maually. BUT
when I use it in code with the OutputTo it takes 15 minuites to save a
report that when done manually takes < 1 min. I have found that I can
get it to achieve the same time frame if I open the report first then
call the code but this only works when I manually open the report.
When I try doing OpenReport in preview mode then run this code from a
form it still takes forever and almost locks up. Is there any way to
get the quick effect and still have it all done through the form?
simple task with the PDF/XPS add-in and it works fine maually. BUT
when I use it in code with the OutputTo it takes 15 minuites to save a
report that when done manually takes < 1 min. I have found that I can
get it to achieve the same time frame if I open the report first then
call the code but this only works when I manually open the report.
When I try doing OpenReport in preview mode then run this code from a
form it still takes forever and almost locks up. Is there any way to
get the quick effect and still have it all done through the form?