Non-Repeating tables but with multiple static rows

K

K''''ur

Hi,

How do we insert a table (non-repeating) but having multiple rows during the
design view. The table rows will be static (I mean no run time insertion or
deletion of rows). The issue is once i insert a repeating table, I am able to
disable the runtime row insertion/deletion functionality but I am not able to
add more rows to the table during the design mode.

Please help.
Thanks,
Keyur
 
J

JerryTh [MSFT]

It sounds like you just need a layout table, and then make the lines visible.
Table / Insert / Layout Table
This gives you the layout advantages of a table but you don't have repeating
fields for each row.

Or possibly, you want a Repeating table but with a specified number of
repeats.
Tools / Default Values
Expand group1 and then right click on group2 and select "Insert Below".
You can then select the fields and enter different default values if you want.
An example of this might be for shceduling where there are only 24 hours in
a day. You might want to build a table with exactly 24 rows.
 
K

K''''ur

You got it. Actually I realized it already and used the layout table with
visible borders and added the fields I wanted in the rows. Served the
purpose. Thanks.
 

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