What is the best way to do batch processing of reports? For example, have an existing report which prints all customers together. Want to take that report and create each customer report separately for conversion to PDF.
Thank you!
Why not create each unique report that is needed.
Then chain them together in a macro that has several steps.
Apply the KISS principle here.
Create two or three simple reports. Set your reports to PRINT not PReview.
Then experiment with chaining them together in a macro.
Further Questions:
JDC@wsprog.com
Johnstown, OH
You probably already have your answer but I thought I would throw some code I used to solve this problem. Pardon the lack of comments. This routine filters by filename and prints the result as "'filename'Title".
Gary T.
Function DoTitlePages() As Boolean
Dim strTemp As String
Dim rstFileNames, rstCoverPages As ADODB.Recordset
Dim rptTitlepage As Report
Set rstFileNames = New ADODB.Recordset
'Set rptTitlepage = New Report
Would someone answer me on this one. I have a large access database of over 25000 records and adding more every day. I have a database at work and an identical one at home to serve as a backup. I want to save the last 20 records I made at work, save to a 3.5 floppy, take them home and add them to my database at home. People say this cannot be done but I don't believe them. HELP!!!
Tom Benedict tbenedic@tampabay.rr.com Thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.