Print Same Column Headers on Two-Column Report

G

Guest

I have a simple report listing fname, mi, lname, code. I have the page setup for two columns so that the list repeats the same info on the same page. I can print column headers (fname, mi, lname, code) for the first group but on the second column I don't know how to print the same column headers (fname, mi, lname, code) above the list. Can anyone help
EX
lname fname mi code lname fname mi cod
sy ryy g 1234 seryb rsa f 987
etc.........
 
F

fredg

I have a simple report listing fname, mi, lname, code. I have the page setup for two columns so that the list repeats the same info on the same page. I can print column headers (fname, mi, lname, code) for the first group but on the second column I don't know how to print the same column headers (fname, mi, lname, code) above the list. Can anyone help?
EX:
lname fname mi code lname fname mi code
sy ryy g 1234 seryb rsa f 9876
etc.........

Make the report width as wide as needed to print the double set of
column headers.
Then place both sets of headers in the Page Header so that the Page
Header looks like your header example above.

Next go to File + Page SetUp + Columns.
Un Check the 'Same as Detail' Check mark in the Column Size setting
box.
Type in the width size of one column.

Run the report.
You will probably have to reposition the second set of headings to
align with the second column.
 

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