insert text into a word document

N

Nuno Guerra

Hi!

I'm have a way to make a merge with Word document to a table's records.
However I need to have the possibility of inserting some text to that word
document.
How can I do it in run-time?

Sometimes I don't have to make a new document for each record of the table.
There's some group of records that have to be in a same document, and I
thought to try insert those records in the same document as the first record.

Any help?
Thank you.
 
T

TedMi

To insert fields from multiple records into one merge document, you precede
the merged field with the field code {Next Record} - it's one of the choices
on the insert field dropdown.
 
N

Nuno Guerra

I have this on my word document:
[Name], [City]

Should I put like:

[Name], [City] {Next Record} ?

Can you give me one example please?
 
Top