Strange Grouping Behaviour for a newbie
Dear Friends,
I hope this is the correct group to post this.
I am trying to create some reports using report builder.
I have a master table (say Master) and many detail tables (say Detail 1 of
Master, Detail 2 of Master, Detail 3 of Master) solely connected to this
master table. What I am trying to do show this details "in full" one after
another in the following order
Master.Record1
Detail 1 of Master.Record1 "in full"
Detail 2 of Master.Record1 "in full"
Detail 3 of Master.Record1 "in full"
Master.Record2
Detail 1 of Master.Record2 "in full"
Detail 2 of Master.Record2 "in full"
Detail 3 of Master.Record2 "in full"
so on.
I tried to make this by means of groups but strangely groups are all nested
within each other. I tried to make this by means of subreports places in a
group but this time either it produces an infinite paged report or it
overlaps simply. What am I doing wrong? Regards
I hope this is the correct group to post this.
I am trying to create some reports using report builder.
I have a master table (say Master) and many detail tables (say Detail 1 of
Master, Detail 2 of Master, Detail 3 of Master) solely connected to this
master table. What I am trying to do show this details "in full" one after
another in the following order
Master.Record1
Detail 1 of Master.Record1 "in full"
Detail 2 of Master.Record1 "in full"
Detail 3 of Master.Record1 "in full"
Master.Record2
Detail 1 of Master.Record2 "in full"
Detail 2 of Master.Record2 "in full"
Detail 3 of Master.Record2 "in full"
so on.
I tried to make this by means of groups but strangely groups are all nested
within each other. I tried to make this by means of subreports places in a
group but this time either it produces an infinite paged report or it
overlaps simply. What am I doing wrong? Regards
This discussion has been closed.
Comments
A step by step approach solved the problem. Regards