E
Ed
The convention I need to use for long tables that cover more than one page
is: Table Title on first page of table, Table Title (continued) on middle
page(s), and Table Title (concluded) on the last page of the table. I asked
a question on this some time back, and got an answer which was useful. But
I had a "storming brain", and thought I'd throw this out for target
practice.
I'm wondering if I can put an IF statement based on Page No. XX of Total
Section Pages in a row I could repeat as a header row, something like:
IF Page No. = 1, THEN "";
ELSE IF Page No. < Tot. Sec. Pages THEN "continued"
ELSE "concluded"
This way, I could create a separate section for such a table (many are
separate sections in a report anyway), and the titles I need would be
created by the returns of the "Page No. XX of XX" codes.
Am I dreaming?
Ed
is: Table Title on first page of table, Table Title (continued) on middle
page(s), and Table Title (concluded) on the last page of the table. I asked
a question on this some time back, and got an answer which was useful. But
I had a "storming brain", and thought I'd throw this out for target
practice.
I'm wondering if I can put an IF statement based on Page No. XX of Total
Section Pages in a row I could repeat as a header row, something like:
IF Page No. = 1, THEN "";
ELSE IF Page No. < Tot. Sec. Pages THEN "continued"
ELSE "concluded"
This way, I could create a separate section for such a table (many are
separate sections in a report anyway), and the titles I need would be
created by the returns of the "Page No. XX of XX" codes.
Am I dreaming?
Ed