B
Bosconian
This seems like it should be easy, but I can't seem to find the answer.
I need to create a numbered list in Word from a datasource containing a
dynamic number of rows.
For example:
1. Paragraph text #1
2. Paragraph text #2
3. Paragraph text #3
How do you loop through a recordset using the same merge fields?
I've tried
{ MERGEFIELD ParagraphText }{ Next Record }
but this will only output the first record. I need a 'goto' type function to
loop through all the records.
Thanks in advance.
I need to create a numbered list in Word from a datasource containing a
dynamic number of rows.
For example:
1. Paragraph text #1
2. Paragraph text #2
3. Paragraph text #3
How do you loop through a recordset using the same merge fields?
I've tried
{ MERGEFIELD ParagraphText }{ Next Record }
but this will only output the first record. I need a 'goto' type function to
loop through all the records.
Thanks in advance.