T
Tom Grillot
Is there a way, through code, to maximize the Access window as soon as it's
launched?
Thanks,
Tom
launched?
Thanks,
Tom
Brendan Reynolds said:In the Open event procedure of your startup form ...
Private Sub Form_Open(Cancel As Integer)
DoCmd.RunCommand acCmdAppMaximize
End Sub