I'm attempting to do a mail merge from a table that looks something like:
Client ID QuestionID
1 13
1 45
I'd like to build a word doc that has the client fields once, but then repeats the Question fields. If i create the document as "TableStart ... Client Fields.... Question Fields... TableEnd", then all fields are repeated. If i create the document as "Client Fields.... TableStart ... Question Fields... TableEnd", then the client fields do not merge in.
How can a create a doc where some table fields are merged once, but others are repeated?
Thanks, Jon