Repeating question for survey when answer runs two pages

  • Thread starter Thread starter Ritujoy
  • Start date Start date
R

Ritujoy

I've created a report based on a compiled survey. Some of the answers
run over onto another page. Currently the format of the reports look
like:

[QUESTION] [ANSWER .....

---- NEW PAGE ---------------

...ANSWER]


I would like the report to look like:

[QUESTION] [ANSWER .....

---- NEW PAGE ---------------

[QUESTION ...ANSWER]


or

[QUESTION]
[ANSWER...

---- NEW PAGE ---------------

[QUESTION]
....ANSWER]


Are either of these variants possible? Just trying to let the reader
see the question even as the response moves to another page.
 
Ritujoy said:
I've created a report based on a compiled survey. Some of the answers
run over onto another page. Currently the format of the reports look
like:

[QUESTION] [ANSWER .....

---- NEW PAGE ---------------

...ANSWER]


I would like the report to look like:

[QUESTION] [ANSWER .....

---- NEW PAGE ---------------

[QUESTION ...ANSWER]


or

[QUESTION]
[ANSWER...

---- NEW PAGE ---------------

[QUESTION]
...ANSWER]


Are either of these variants possible? Just trying to let the reader
see the question even as the response moves to another page.


You can get the latter result by adding a group level for
the question field. Move the question text box to the group
header section and set the section's RepeatSection property
to Yes.
 
Back
Top