I have a report with 2 subreports. Sub1 in DetailsA and Sub2 in DetailsB
The final output should be:
Page 1 has records 1-10 from Sub1 and records 1-10 from Sub2
Page 2 records 11-20 from Sub1 and records 11-20 from Sub2
Etc etc
Page 10 records 91-100 from Sub1 and records 91-100 from Sub2
I’ve worked a lot with shared variables and passing values back and forth from main report to sub and back, but I’m stuck on this one.
I have setup a variable in the main page header to pass the number 1 to the subs. It gets incremented in the page footer. I’m stuck on how to get the subs to print just the first 10 records and then the second 10 etc.
Any help is greatly appreciated.
Brian
The final output should be:
Page 1 has records 1-10 from Sub1 and records 1-10 from Sub2
Page 2 records 11-20 from Sub1 and records 11-20 from Sub2
Etc etc
Page 10 records 91-100 from Sub1 and records 91-100 from Sub2
I’ve worked a lot with shared variables and passing values back and forth from main report to sub and back, but I’m stuck on this one.
I have setup a variable in the main page header to pass the number 1 to the subs. It gets incremented in the page footer. I’m stuck on how to get the subs to print just the first 10 records and then the second 10 etc.
Any help is greatly appreciated.
Brian