I am looking for a formula that will allow me to reprint the group headers, if the group is incomplete on a page break.
For instance, if John Smith's detail carries over to page 2, I want to the page header to read "John Smith (Cont.)"
I've used this formula:
If pagenumber <> 1 then {TASKS.RESPONS}&" (Cont.)"
However, it is flawed becasue if the first record of the new page is a group header, it prints the formula, then the group header, which is duplicating the header on the same page.
Any help will be greatly appreciate.
For instance, if John Smith's detail carries over to page 2, I want to the page header to read "John Smith (Cont.)"
I've used this formula:
If pagenumber <> 1 then {TASKS.RESPONS}&" (Cont.)"
However, it is flawed becasue if the first record of the new page is a group header, it prints the formula, then the group header, which is duplicating the header on the same page.
Any help will be greatly appreciate.