column header in a multiple column

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a 2 column subreport (across then down format) and i want the header
to be shown in both column. i have tried to put the header in the page header
and report header but only the first column had a header.

Is it also possible to have a report footer in the middle of both columns?
coz i need at the end (middle) saying "nothing follows" instead at the end of
both columns. i have also tried it but it only appears at the end of the
first column.
 
benj said:
I have a 2 column subreport (across then down format) and i want the header
to be shown in both column. i have tried to put the header in the page header
and report header but only the first column had a header.

Is it also possible to have a report footer in the middle of both columns?
coz i need at the end (middle) saying "nothing follows" instead at the end of
both columns. i have also tried it but it only appears at the end of the
first column.


To display the page header across the entire page, uncheck
the Same as Detail check box in the Page Setup dialog and
set the Column Width to the number of inches you want. Once
that is done, you can drag the report width to the size of
the page (less margins).

The Report footer will also display at full width of the
report so all you need to do is drag the "nothing follows"
control to the right.
 
Thanks! It solved the footer problem. But with the page header, it is not
spread across the page. It should have a header per column (2 headers). As an
example:

Header Result Header Result
1 negative 2 positive
3 negative 4 negative
5 positive 6 negative
 
Disregard my other reply. I got what you mean regarding the page header.
Thats exactly what i want. Thanks a lot!
 
That's great. I should have explained that you needed to
add another copy of the header labels on the fight side of
the page header.
 
Back
Top