View Full Version : constant size


disgruntled
09-17-2001, 07:50 AM
I have built a db that acts as a reporting tool. I have many forms that criteria is entered and various forms are created. I have disabled my min/max/close buttons. My problem is that I do not want the forms to be allowed to be min/maxed. When I generate a report the user will certainly Maximize it. Afetr closing it the forms are all maximized and do not look very good. So....Is there a property i can set that absolutly does not allow forms to be changed from "Normal" view????

Peter D
09-17-2001, 07:53 AM
Try putting a "DoCmd.Restore" in your form OnActivate event procedure.

Hope this helps,

Peter De Baets
Peter's Software - MS Access tools for developers http://www.peterssoftware.com

disgruntled
09-17-2001, 08:13 AM
Thanks for the quick response...seems to work like a charm.