Microsoft Access VBA Programming for the Absolute Beginner

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.

Категории