Share via

I have a blank page at the beginning of my report.

Crupper, Christy A 0 Reputation points
2026-02-26T15:33:00.1266667+00:00

I have a report that is based on a select query. The select query does not return any blank records. The report has page breaks at each change in product so that all information for each product is grouped together. When the report is opened in print preview and/or is printed, the first page always contains the report header and footer but no product information. The product information always starts on the second page. How do I get the blank page to stop showing up on the print preview and when it is printed?

Microsoft 365 and Office | Access | For business | Windows
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Duane Hookom 26,630 Reputation points Volunteer Moderator
    2026-02-26T18:51:30.0066667+00:00

    You shouldn’t need page break controls in your report design. You can set page breaks after in the Grouping properties of the report.

    0 comments No comments

  2. DBG 11,611 Reputation points Volunteer Moderator
    2026-02-26T17:12:41.14+00:00

    Can you show us the report in design view? Are you using the grouping and sorting feature in your report? What happens if you take out the page break?


  3. Q&A Assist
    2026-02-26T15:33:11.8933333+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    The blank first page is almost always caused by the report body (its controls) extending beyond the printable page width or by an unnecessary page break at the top of the report.

    Use these checks in Design/Layout view:

    1. Check for controls extending past page width
      1. Open the report in Layout view.
      2. Look for the vertical dashed line that indicates the current page width.
      3. Make sure every control in the Report Header and the first detail/group section (including lines and labels) is completely to the left of that dashed line.
      4. If any control crosses that line, reduce its width or move it left until all controls are within the page width.
    2. Adjust page width or orientation (if needed)
      1. If the layout genuinely needs more width, increase the defined page width or switch from Portrait to Landscape in the Page Setup tab (Design or Layout view).
      2. After changing page setup, re‑check that no controls extend beyond the new page width.
    3. Check for page breaks in the header/group
      1. In Design view, inspect the Report Header, Page Header, and the first Group Header.
      2. Remove any page break control placed at the very start of the report or in the first group header before the first record.
      3. Keep page breaks only where a new page is actually required.

    Once all controls are within the defined page width and any unnecessary page breaks at the top are removed, the report header and the first product’s data should appear together on page 1, and the blank first page will no longer be printed.


    References:

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.