G
Guest
I want to print a report, in which a group record relates to one or several details:
Record A -> Record B
I can very easily create a report like this:
Record A header: aaaa aaa a
Detail: bbbb b
bbbb b
However, almost always there will be 0 or 1 B records for each A record, and there is room on the line to put the records side by side. I would like to arrange the report like this:
aaaa aaa aa bbbb b
bbbb b
so that normally there will only be one line per Record A except in the rare cases of two or more B records
How do I do this
Thanks for helping
Regards, Robert Barnes
Record A -> Record B
I can very easily create a report like this:
Record A header: aaaa aaa a
Detail: bbbb b
bbbb b
However, almost always there will be 0 or 1 B records for each A record, and there is room on the line to put the records side by side. I would like to arrange the report like this:
aaaa aaa aa bbbb b
bbbb b
so that normally there will only be one line per Record A except in the rare cases of two or more B records
How do I do this
Thanks for helping
Regards, Robert Barnes