wrekless
06-26-2000, 11:04 AM
The form that opens when I start up the database: can a property be changed so that it is maximized upon every entrance???
|
View Full Version : Can you maximize the start up form?? wrekless 06-26-2000, 11:04 AM The form that opens when I start up the database: can a property be changed so that it is maximized upon every entrance??? RpbertS 06-26-2000, 11:32 AM open the form you want maximized in design view then right click on it go to the events on the on open or on load event put in this code docmd.Maximize and that should do it. Rpb wrekless 06-26-2000, 11:43 AM Thanks, it did do it. |