View Single Post
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
RogerC RogerC is offline
external usenet poster
 
Posts: 4
Default Form with table - Extend length of table as needed by user's input

I have a form with two sections. The first section contains Text Form
Fields. The second section contains a table with 4 columns and needs to have
a variable number of rows. The amount of information (rows needed) varies
greatly from one use of the form to another. One user may need 2 rows to
complete the form another may need 50 rows. The second section of the form
cannot be a single continous row because the user moves to a new row when the
subject matter they are entering involves a new topic.

I need the table to extend to a second page of rows if the user needs more
rows than are on the first page. I don't want to create a table with
multiple pages of blank rows already in it because the extra pages of blank
rows will print even when a user hasn't used all of the rows on the first
page.

Can anyone think of a good way to accomplish what I want to do?