Dear all,
I developed a Vb.Net application that reads data from a SQL Server table.
At the moment, for each row, I open a Word template, fill the predefined bookmark and create the final Word .doc file.
In this way, if I have 3 rows then I create 3 different Word files.
Now, I need to create only one Word file, but with a page for each table row.
Via Vb.Net, Can I open the Word template and fill the bookmark for the first row, then add a break page, reuse the same tamplte to fill the second new page, and so on?
Please, can someone help me?
Best regards
Emanuele