Hello.
I have a report based on a query of the following type:
BranchId CatgId DataId
...a............1........13..
...a............1........29..
...a............2........41..
...b............4........15..
...b............4........19..
...b............5........22..
...b............5........56..
In the report I have BranchId section, CatgId section and DataId section.
Problem is, the report never starts a second instance of CatgId in a page if it then can't finish it in the same page, so each CatgId instance starts from a new page (or, if they are small enough, 2 instances get to be on one page)
A continuous, unfragmented flow of data is what needed for this report.
I've removed 'Keep together' from all sections of the report, but still don't get the continuous flow of data.
I know this is possible somehow, because it did work for me for a while, before I changed something I don't remember or restarted Access.
Does anyone have experience with this?
Thanks in advance.
I have a report based on a query of the following type:
BranchId CatgId DataId
...a............1........13..
...a............1........29..
...a............2........41..
...b............4........15..
...b............4........19..
...b............5........22..
...b............5........56..
In the report I have BranchId section, CatgId section and DataId section.
Problem is, the report never starts a second instance of CatgId in a page if it then can't finish it in the same page, so each CatgId instance starts from a new page (or, if they are small enough, 2 instances get to be on one page)
A continuous, unfragmented flow of data is what needed for this report.
I've removed 'Keep together' from all sections of the report, but still don't get the continuous flow of data.
I know this is possible somehow, because it did work for me for a while, before I changed something I don't remember or restarted Access.
Does anyone have experience with this?
Thanks in advance.