Repeating Column Headers

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

Guest

How do I add the word "Continued" to a column header when the contents of a
column expand across multiple columns in a report. I found articles
explaining how to do this when information is carried over to a new page but
I wasn't able to adapt these methods for columns.

Access 2000
 
Jet,
That column text should be placed in the Header section before the
columned Detail Section.
Copy the header above column 1 to each column of the report.

(copy of Col1 header) (copy of Col1 header)
| |
V V
"MyHeader" ---> "MyHeader" ----> "MyHeader"
Col1data Col2data Col3data
Col2data Col2data Col3data
Col1data Col2data Col3data
etc... etc... etc...
--
hth
Al Campagna
Microsoft Access MVP
http://home.comcast.net/~cccsolutions/index.html
"Find a job that you love... and you'll never work a day in your life."
 

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

Back
Top