Solved Split Each Locale To New Page

jo15765

Registered User.
Local time
Today, 08:01
Joined
Jun 24, 2011
Messages
130
This should be basic but I can't figure it out. I want each page to only show data for one Test. Each time a second Testdisplays I want to go to a new page.

My desired display is


Header

501
------- Logo 1

Then page TWO

header

501

----- Logo 2


Attached is a sample databse with a table and the report. How would I set it up this way?
 

Attachments

Add a Test Footer and in it put a page break.
 
Doesn't work because the locale is the same.
 
Design View->At the bottom Group, Sort, and Total-->Group on Test --> More--> with a footer section

Then in Controls section of the tool bar find the Page Break and add it to the Test Footer.
 
I have Group On Locale
Group On Test - with test I have "with a footer section"

In the properties of the report footer, I did All - force new page - After Section

But everything is still on one page.
 
In the properties of the report footer, I did All - force new page - After Section

Thats not what I said.

Then in Controls section of the tool bar find the Page Break and add it to the Test Footer.
 
It's not splitting it to a new page with the header. It's adding in a grey filled area but that is it
 
Please upload a new database with the changes you made
 
I drag down the page break from the toolbar but nothing shows in the footer. Do you add that differetnly than other controls?
 

Attachments

To add it, I click on it in the Controls area and then click in the Test Footer and it adds it. Then I have to view it in Print Preview to see it work, it doesn't show the page break in Report View
 

Attachments

you don't need a PageBreak control for it to work.
first group should be [locale] & [test] (expression).
and Force New Page (on this Group) "Before Section"
also on the two Groups, set Repeat Section to Yes.
 

Attachments

Users who are viewing this thread

Back
Top Bottom