Access report page break

  • Thread starter Thread starter Cathy
  • Start date Start date
C

Cathy

I add page break on one of my report in Access. The page
break is set as if a new employee name present, then rint
on new page. It works fine but only one problem, the
first page is blank. How can I get ride of this blank
page?
 
Hi Marsh,
I add the code as you say, it delete the blank page but
the first page have two employee name present. The rest
of the page works fine. Did I miss something? Thanks
very much!
Cathy
 
Cathy said:
I add the code as you say, it delete the blank page but
the first page have two employee name present. The rest
of the page works fine. Did I miss something?

I think I'm the one that's missing something here. If
you're displaying the data in the deatil section with no
grouping, then it might be better/easier to remove the page
break control altogether and set the detail section's Force
New Page property to After Section.

If you have grouping with headers and/or footers, then try
using Force New Page where it seems appropriate.

If I'm still missing the point, I guess I'll need more
details about how your data and report are organized.
--
Marsh
MVP [MS Access]


 
Back
Top