Order of multiple page report

Hi,

I have a report with 3 pages. I created a long mater data band (occupies the entier page) on each page. When I print the report with a 5 records database table, it prints the report with 5 records of the first page and then 5 records of the second page and then 5 records of the third page. What I want is to print the first, second and third pages for the first record. And then the first, second and third pages of the second record, and so on. Is there anything I can set to make this happen? Thanks.

Jon

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 11:37PM
    set the report components data source property to the correct dataset
    ;)

Leave a Comment