Print preview

  • Thread starter Thread starter Jim Orson
  • Start date Start date
J

Jim Orson

I have an Access database that displays report print preview windows without
the Minimize, Maximize, and Close buttons in the upper right corner of the
window. All my other databases have the buttons on the print preview
window. How can I get these missing buttons to show up in print preview?

Thanks!

Jim Orson...
 
Jim said:
I have an Access database that displays report print preview windows without
the Minimize, Maximize, and Close buttons in the upper right corner of the
window. All my other databases have the buttons on the print preview
window. How can I get these missing buttons to show up in print preview?

Thanks!

Jim Orson...
Jim,
Set the Report's Close Button property to Yes.
Set the Report's Min Max Button property to Both.
 
Fred,

The Close Button property was already set to Yes and the Min Max Button
property was already set to Both. Turns out that the BorderStyle property
must also be set to Thin, Sizable, or Dialog. If it is set to None, the
min, max, close buttons will not appear in the print preview. I found this
in the fine print remarks in the F1 help for the MinMaxButtons Property.
Thank you very much for pointing me in the right direction though. I am a
new user of Access and I think it can do just about anything you want. It
just doesn't tell you how to do it sometimes.

Thanks again!

Jim Orson...
 
Back
Top