Maximize Method [Access 2003 VBA Language Reference]

The Maximize method carries out the Maximize action in Visual Basic.

expression.Maximize

expression Required. An expression that returns a DoCmd object.

Remarks

This method has no arguments and can be called directly using the syntax DoCmd.Maximize.

Note  This method cannot be applied to module windows in the Visual Basic Editor (VBE). For information about how to affect module windows see the WindowState property topic.

Applies to | DoCmd Object