DeanJW2006
Registered User.
- Local time
- Yesterday, 20:52
- Joined
- Sep 8, 2014
- Messages
- 12
Every month, I create 15 individual reports with each report filtered by two fields, let's say Dept and Exec. You change Dept and Exec via a combo box drop down based on a table, and this information is passed to the query behind the report. Now, I repeat this process for every report. I use an unbound form that gathers the "Title", which is the Dept Name +"Special Report"; report Date using "as of" [DATE], and an updated through [Second Date].
Each monthly set of reports is sent to a new directory and folder (i.e. M:\MOR Reports\2005\January. This changes each month. Somehow, I'd like to automate this where each report prints with its name to a newly created folder in pdf format.
I have been reading prior posts and am coming up with some ideas like adding a "selected" field to the Dept/Exec table and then step through those selected records to determine which report you are running. Any further ideas would be very helpful. It takes a long time to print these to pdf in a new directory every month.
Each monthly set of reports is sent to a new directory and folder (i.e. M:\MOR Reports\2005\January. This changes each month. Somehow, I'd like to automate this where each report prints with its name to a newly created folder in pdf format.
I have been reading prior posts and am coming up with some ideas like adding a "selected" field to the Dept/Exec table and then step through those selected records to determine which report you are running. Any further ideas would be very helpful. It takes a long time to print these to pdf in a new directory every month.