View Single Post
  #2   Report Post  
Posted to microsoft.public.word.tables
Cindy M. Cindy M. is offline
external usenet poster
 
Posts: 2,416
Default is there a way to repeat content of cell from last row from previous page?

Hi Ip,

Try the STYLEREF field. The help topic explains how it works.

I have a table that slits across multiple pages. The table is a simple
grid with header rows.
In firts column there is a group identifier that is nonblank only if
row is first in group (see below)
--------------------------------------------------
Parent Name Children Names
--------------------------------------------------
Mary Anne
Betty
John Mark
Peter John
Paul
Amy

If table goes to next page, and break occurs in the middle of group, I
want Parent name to appear:

--------------------------------------------------
Parent Name Children Names
--------------------------------------------------
Mary Anne
Betty
John Mark
Peter John
Paul
____ page break _____

--------------------------------------------------
Parent Name Children Names
--------------------------------------------------
Peter Amy

(Page breaks are automatic)

Is there a way to do this? I thought to use somethign as follows:
whenever Parent Name changes, I insert an incremental bookmark to the
parent name (bk1, bk2, ...). and the SEQ field that increments by one
whenever parent name changes
Then I would add a line to header row that has a REF field in first
column, and the bookmark name for this REF field would be bk+value of
SEQ field. Is this possible? I tried
{REF bk{={SEQ xx}}} but this generates "Error!Reference not found"...


Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 17 2005)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question or
reply in the newsgroup and not by e-mail :-)