Reports

  • Thread starter Thread starter john
  • Start date Start date
J

john

I am creating a report with 2 headers, I would need to
align the data for each field, currently it sets the data
for the second header on the next line.

Example:

Id Name Group Total
1234 test
1 10

I would like the 1 and 10 to be on the same line as the
1234 and test.

Thanks
 
-----Original Message-----
I am creating a report with 2 headers, I would need to
align the data for each field, currently it sets the data
for the second header on the next line.

Example:

Id Name Group Total
1234 test
1 10

I would like the 1 and 10 to be on the same line as the
1234 and test.

Thanks
.
Try creating a seperate report for the second header and
place that report in the first as a subreport
 
Back
Top