Word Dynamically adding rows - Word template

Joined
Feb 25, 2010
Messages
1
Reaction score
0
Hello,
I am converting a report currently coming out of an access application into a word document using word template.
The report has static information and a section which presents data in tabular form where the number of rows is variable.
In my template, I created a single row with multiple columns where each cell contains a formfield that I will use to populate values and which I intend to be replicated with each iteration of my recordset. I used the activedocument.tables(1).rows.add and it just gave me a single-column row.
My questions are:
1) is that the right approach to this requirement
2) if it is, how do I replicate a row or re-use a row in my template when I create the document

Thanks in advance for any help or lead.
 

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