Spanning a report across multiple pages

I have a report that uses a single table ll12, the report I am trying to achieve uses a single record in the table but I want the information to span across 3 pages, each one showing certain information from the single record. How can this be done?

Thanks for any help in advance

You need to iterate three times, each time stting a variable to a
different value (for example “Pass”, 0…2), and use multiple table
lines in the table, each with an appearance condition of “Pass=0” etc.

Paulchen

"Darren " <darrenrockett@hotmai…> wrote in message
news:305236162009132222@combit.net…

I have a report that uses a single table ll12, the report I am trying
to achieve uses a single record in the table but I want the
information to span across 3 pages, each one showing certain
information from the single record. How can this be done?

Thanks for any help in advance

So for a two page report I have 1 table with 2 data lines, I set the appearance condition for the first page to say Pass = 1 then for the second Page Pass = 2, how do I increment the pass variable and do I assign this the the specfic data line. Are there any exmaples of this

Thanks for you help in advance

You need to iterate three times, each time stting a variable to a
different value (for example “Pass”, 0…2), and use multiple table
lines in the table, each with an appearance condition of “Pass=0” etc.

Paulchen

"Darren " <darrenrockett@hotmai…> wrote in message
news:305236162009132222@combit.net…

I have a report that uses a single table ll12, the report I am trying
to achieve uses a single record in the table but I want the
information to span across 3 pages, each one showing certain
information from the single record. How can this be done?

Thanks for any help in advance