report in columns

  • Thread starter Thread starter Newbie
  • Start date Start date
N

Newbie

I have a report that prints in 3 columns like so:

Code Usage
xys 10 dfr 10 fgh 34
abc 20 ser 45 dfhh 56

How can I get it to print with the headings on each column - like this:

Code Usage Code Usage Code Usage
xys 10 dfr 10 fgh 34
abc 20 ser 45 dfhh 56

Thanks
 
Newbie said:
I have a report that prints in 3 columns like so:

Code Usage
xys 10 dfr 10 fgh 34
abc 20 ser 45 dfhh 56

How can I get it to print with the headings on each column - like this:

Code Usage Code Usage Code Usage
xys 10 dfr 10 fgh 34
abc 20 ser 45 dfhh 56

Go to File - Page Setup - Columns and change the property for column size labeled
"Same as Detail". This will allow you to have columns in the detail section of a
specified width while allowing you to make the total report width as wide as your
page output. Then you can simply make copies of your column labels in the page
header to align with the second and third columns of detail data. It will take some
trial and error to get them lined up properly.
 
Thanks - works a treat
Al
Rick Brandt said:
56

Go to File - Page Setup - Columns and change the property for column size labeled
"Same as Detail". This will allow you to have columns in the detail section of a
specified width while allowing you to make the total report width as wide as your
page output. Then you can simply make copies of your column labels in the page
header to align with the second and third columns of detail data. It will take some
trial and error to get them lined up properly.
 
Back
Top