Print preview

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...
 
F

fredg

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.
 
J

Jim Orson

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...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top