I have a batch report which group multiple reports by using
DoCmd.OpenReport GetDBReportName(), acViewPreview, , strTmp
and pass in strTmp ="orderID in ('q120120,q120121')"
The only thing I have trouble is the page by each ID.
For instance, The batch has two reports, ID=123 has 2 pages...