Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Merge Cells??

Status
Not open for further replies.

DugzDMan

Programmer
Joined
Oct 19, 2000
Messages
157
Location
US
I have a report with a table in it, like below:
Code:
Current  Inter ...
Current  Intra ...
31-60    Inter ...
31-60    Intra ...
What I am trying to do is format, the first column to be like this:
Code:
Current  Inter ...
         Intra ...
31-60    Inter ...
         Intra ...
I tried putting in a break and removing the headers/footers and centering across the break. This gives me the merging that I want, but I still need the other headings across the remaining 6 rows.

Any ideas??

Thanks!!
 
Why did you remove the headers. What you want to do is format the block and put the headers back on the block rather than on the break.

Steve Krandel
BASE Consulting Group
 
Thanks, that got me down the right road.

I went ahead and removed the headers and footers from the break, then formatted the table to show the headers again. This does what I need.

Thanks!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top