C
cathywoodford
Hello. Here is the code that I have to print a report in access to pdf
and I was wondering if there was a way to have it so that the filename
is automatically passed into the dialog that pops up. That way the
only thing the user has to do is pick a location to save the file?
Application.Printers("DriverNameOfYourPrinterChoice")
DoCmd.OpenReport "YourReportName", acViewNormal
Set Application.Printer = Nothing
Hope someone can help.
Thanks,
Cathy
and I was wondering if there was a way to have it so that the filename
is automatically passed into the dialog that pops up. That way the
only thing the user has to do is pick a location to save the file?
Application.Printers("DriverNameOfYourPrinterChoice")
DoCmd.OpenReport "YourReportName", acViewNormal
Set Application.Printer = Nothing
Hope someone can help.
Thanks,
Cathy