I can increase a Form to fill the Access Window with "DoCmd.Maximise". In VBA
How do I maximise the Access Window to fill the screen?
Dirk Goldgar - 09 May 2005 14:56 GMT
> I can increase a Form to fill the Access Window with
> "DoCmd.Maximise". In VBA How do I maximise the Access Window to fill
> the screen?
Application.RunCommand acCmdAppMaximize

Signature
Dirk Goldgar, MS Access MVP
www.datagnostics.com
(please reply to the newsgroup)
Van T. Dinh - 09 May 2005 14:57 GMT
DoCmd.RunCommand acCmdAppMaximize

Signature
HTH
Van T. Dinh
MVP (Access)
> I can increase a Form to fill the Access Window with "DoCmd.Maximise". In VBA
> How do I maximise the Access Window to fill the screen?