I have been reading the threads about sending individual reports as emails, but I want something simpler: to loop through all the records in the report's source query, and create individual pdf files (named from two fields in that query).
my report is rptBudgetCombined, its source query is qryBudgetNew, containing among other fields "Department" and "Dept ID" which means I want a file name of stDepartment & stDeptID & ".pdf" or something close to that, output to a path stMyPath.
The reason I need this is that when I attempt to open the report with several dozen records, I get a 'system resources exceeded' error; in any case, for distribution it would be better to have each department record become its own file.
This is Access 2007, and I understand that outputting to PDFs directly is now possible, right?
Many thanks,
T.Y.
my report is rptBudgetCombined, its source query is qryBudgetNew, containing among other fields "Department" and "Dept ID" which means I want a file name of stDepartment & stDeptID & ".pdf" or something close to that, output to a path stMyPath.
The reason I need this is that when I attempt to open the report with several dozen records, I get a 'system resources exceeded' error; in any case, for distribution it would be better to have each department record become its own file.
This is Access 2007, and I understand that outputting to PDFs directly is now possible, right?
Many thanks,
T.Y.