I have a rather intricate one-page-report (regards to the design), and a linked subreport that I need to assign a formula concerning the change of pages. What I want, is to be able to "command" the report to start all over again (including the report-header)whenever the number of records in the subreport is too large for my design to cope. Further elaborated; The data in the main-report should be the same as in "report 1", but the data in the subreport should be a continuance from the subreport included in "report 1".
Too give you a little help, I will try to show the design here;
-----------------------------
CustomerID: 152
OrderNo: 031229
-----------------------------
subreport
type quantity
AP 5
OR 2
KI 15
-----------------------------
Let's assume that this is at the end of the page. If further records are displayed in the subreport, I therefor want the next page to look as this:
-----------------------------
CustomerID: 152
OrderNo: 031229
-----------------------------
subreport
type quantity
CI 15
BA 2
PA 5
-----------------------------
the data in the mainreport should not change, but the subreport should display the remaining records.
Any help would be much appriciated!
-dag atle.-
Too give you a little help, I will try to show the design here;
-----------------------------
CustomerID: 152
OrderNo: 031229
-----------------------------
subreport
type quantity
AP 5
OR 2
KI 15
-----------------------------
Let's assume that this is at the end of the page. If further records are displayed in the subreport, I therefor want the next page to look as this:
-----------------------------
CustomerID: 152
OrderNo: 031229
-----------------------------
subreport
type quantity
CI 15
BA 2
PA 5
-----------------------------
the data in the mainreport should not change, but the subreport should display the remaining records.
Any help would be much appriciated!
-dag atle.-