A
Angeldb
I've got a 4-column report that must have vertical labels on the left side of
the report in between the header and footer of the report on each page. I've
got group labels for labels of the text boxes which display the data from my
query. It looks something like this:
Label1 Text1 .... ....
Label2 Text2 .... ....
GP1 Label3 Text3 .... ....
Label4 Text4 .... ....
.....
The best I can do is setup the text box columns in a subreport set up to do
4 columns on each page. The subreport's CanGrow setting has to be set to Yes,
otherwise I don't get all the records. However, the number of child records
is greater then 4. So I get subsequent pages without labels up until the
Parent/Child is a different value.
I've tried Knowledgebase Article Q210044 on how to print labels on the left
side of a multicolumn report, and it would work if my labels are the same
size as my text boxes. But this is not the case since I have a Group label as
previously described. Can this code be written differently to accomodate a
differently-sized label column.
Please do not suggest using Group Headers. I've tried this and setting the
NewRowOrColumn/KeepTogether/CanGrow/CanShrink properties of the Group header
and detail section in different combinations to no avail.
I hope somebody can help me out there. I've been searching in these forums
for the last 5 days trying each possible solution.
the report in between the header and footer of the report on each page. I've
got group labels for labels of the text boxes which display the data from my
query. It looks something like this:
Label1 Text1 .... ....
Label2 Text2 .... ....
GP1 Label3 Text3 .... ....
Label4 Text4 .... ....
.....
The best I can do is setup the text box columns in a subreport set up to do
4 columns on each page. The subreport's CanGrow setting has to be set to Yes,
otherwise I don't get all the records. However, the number of child records
is greater then 4. So I get subsequent pages without labels up until the
Parent/Child is a different value.
I've tried Knowledgebase Article Q210044 on how to print labels on the left
side of a multicolumn report, and it would work if my labels are the same
size as my text boxes. But this is not the case since I have a Group label as
previously described. Can this code be written differently to accomodate a
differently-sized label column.
Please do not suggest using Group Headers. I've tried this and setting the
NewRowOrColumn/KeepTogether/CanGrow/CanShrink properties of the Group header
and detail section in different combinations to no avail.
I hope somebody can help me out there. I've been searching in these forums
for the last 5 days trying each possible solution.