report in columns

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
 
R

Rick Brandt

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.
 
N

Newbie

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top