Application open

W

Wavequation

For some reason, when I open my database, it doesn't open in a maximized
window. Is there a way to get it to open maximized?
 
D

DCPan

In properties for your landing page, such as the switchboard, go to the "on
open" event and put in there

DoCmd.Maximize
 
Top