Team LiB
Previous Section Next Section

Maximize

Maximizes the current object window in the Access interface.

Syntax

DoCmd.Maximize()

Comments

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


Team LiB
Previous Section Next Section