Team LiB
Previous Section Next Section

Minimize

Minimizes the current object window in the Access interface.

Syntax

DoCmd.Minimize()

Comments

The method affects only the window that has the focus. To change the focus from one window to another in order to minimize it, you can call the DoCmd.SelectObject method.


Team LiB
Previous Section Next Section