Page Break.. Blank First Page

kirky007

Registered User.
Local time
Today, 02:43
Joined
Aug 22, 2005
Messages
24
I have a page break at the top of my report so that each week ending is on a new page... however this means that the first page is effectively blank due to the report footer... How do i get rid of the first page so that it is not displayed to user.

Andy
 
Will it not work if you put the break at the bottom?
 
No I have the page break in the right place... have experimeted repositioning it but then you don't get the week ending on a new page.

I just need to hide the first page of the report.

Any ideas?
 
I know I may eat my words on this one, but what sense does it make to have a page break at the top of a page?

Can you post a sample db with the report and enough table stuff to make it work?
 
Okay ive copied the basic structure of what i want:

Basically i want to make sure that the week ending on the report is always at the top of the page.
Enter a start date of 01/08/2005 and end date of 31/08/2005 to see what I mean.
 

Attachments

Last edited:
Sorry, I don't see an attachment...
 
Hum... I think I would do a dsum() in the page header...
 
i don't follow... could you possibly upload a version of what you mean

cheers,
andy
 
Let me get this straight; You want kind of the 'report' sum or total to be at the top of every page?
 
No all I want is for when there is a new week (sorted by week ending) for this data to go on the next page instead of the same page... as would happen if i delete the page break. It works fine with the page break where it is although the first page is blank and I want to hide this or get rid.
 
I hate to appear to be a bonehead about this, but.... Will it not work if you put the page break in a DateWorked footer?
 
I can only see it as possible if you keep the page break in same place and just hide first page of report... please prove me wrong and upload the previous version of the report.

Does anyone know how to hide the first page of the report?
 

Users who are viewing this thread

Back
Top Bottom