Reports with one record on multiple/many pages.

Hi,

I am trying to create a report out of my database. One record in the table contains many data so it doesn’t fit on one page. Is there a way to add a page to the report design? In the final result I would like to have each record (its data) on two pages. Thus the report will be structured like this: Two pages with data belonging to the first record, then another two pages with data belonging to the second record, and so on…

Not possible with current Report Builder unless you code extensive macros.

By ‘data’ what do you mean? Do you have many multiple fields per record, or do you just have one really huge field per record?

By “Data” I mean a record with many fields in the table, including links to images that needs to be visible in the report. Those images consume most of the page, and that is why I need to have another page.