Billford
Technical User
- Jul 21, 2011
- 1
I use the following code to save a form as an adobe form(.pdf)
This opens the save as dialog box making users navigate to their own file folder to save the file.
Is there a way to code the location into the program so that the dialog box is already sitting at the correct file folder?
Thanks
Billford
Code:
Set Application.Printer = Application.Printers("Adobe PDF")
DoCmd.PrintOut
Is there a way to code the location into the program so that the dialog box is already sitting at the correct file folder?
Thanks
Billford