Hi wcj00,
Before printing, Access looks at -
(a) the position of the end of the rightmost control and
(b) the width of the report
- and compares the two to the information it has about the printer.
If all the controls will fit within the width of a single page but the width of the report is wider than the page width, it issues the message you get.
It means you have some space on the right of the rightmost control. To get rid of the message you must make the report narrower so that there is no longer blank space within your report beyond the page width. You may as well bring the right edge in to the right edge of the rightmost control.
To do this - in Report Design View -
- If the Properties box isn't visible Select Properties from the View Menu
- Make sure the Report (and not an individual Control or Section) is selected - click on any dark grey area outside the report area but inside the design window, or on the small grey square in the top left of the design window
- Click on the Format Tab in the Properties box
- Change the width to 0 (zero)
- Press ENTER and Access will change it to the narrowest it can be to contain all the controls
Hopefully that will have done the trick and your message will go away.
Enjoy,
Tony