I have a query in my database that provides me with all the records I want on my report.
My report must:
Display all the records in certain categories(this I sorted out making use of the wizard), but I would like to limit each category to one page. The problem here is that I find difficulty in controlling the "space" access uses when throwing records together.
So at the moment I am happy in that my different categories are seperated from each other. I would just like each category to occupy one page. At the moment my report consists of 8 pages where it should only be two.
My report must:
Display all the records in certain categories(this I sorted out making use of the wizard), but I would like to limit each category to one page. The problem here is that I find difficulty in controlling the "space" access uses when throwing records together.
So at the moment I am happy in that my different categories are seperated from each other. I would just like each category to occupy one page. At the moment my report consists of 8 pages where it should only be two.