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.
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.