Minimize Action

Minimize Action

See Also        

You can use the Minimize action to reduce the active window to a small title bar at the bottom of the Microsoft Access window.

Note   This action 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.

Setting

The Minimize action doesn't have any arguments.

Remarks

You can use this action to remove a window from the screen while leaving the object open. You can also use this action to open an object without displaying its window. To display the object, use the SelectObject action with either the Maximize or Restore action. The Restore action restores a minimized window to its previous size.

The Minimize action has the same effect as clicking the Minimize button in the window's upper-right corner or clicking Minimize on the Control menu.

Tips

To run the Minimize action in Visual Basic, use the Minimize method of the DoCmd object.