Auto Pdf and Print

  • Thread starter Thread starter Zanstemic
  • Start date Start date
Z

Zanstemic

I'm currently using the following command to open a form and allow the users
to make a decision on where to print. This is working well and they have
started to print PDF files and printed documents.

It's become a consistant approach of:

Selecting the form to print ( DoCmd.OpenForm stDocName, , , stLinkCriteria)
Selecting the pdf writer
Creating the folder
Naming the file
Saving
Selecting the printer driver
Printing

I'm looking for suggestions on how to best approach this to make it
automated.

Thanks in advance.
 
Back
Top