L
Lythandra
Hi,
I am exporting a report to adobe acrobat to turn them
into PDF files so we can email them to clients.
My question is; Can I name this exported report
automatically instead of the default name being the
reports name?
Currently I am just sending the report straight to the
PDF Writer by using a specific report that is using the
specific PDF Writer Printer files instead of the default
printer.
DoCmd.OpenReport DocName, acViewNormal
^----Code I am using now
Anyone know how to do what I am trying to do?
I just want to save a step and possible data entry error
by not having the user have to input the new name of the
PDF file.
I am exporting a report to adobe acrobat to turn them
into PDF files so we can email them to clients.
My question is; Can I name this exported report
automatically instead of the default name being the
reports name?
Currently I am just sending the report straight to the
PDF Writer by using a specific report that is using the
specific PDF Writer Printer files instead of the default
printer.
DoCmd.OpenReport DocName, acViewNormal
^----Code I am using now
Anyone know how to do what I am trying to do?
I just want to save a step and possible data entry error
by not having the user have to input the new name of the
PDF file.