Microsoft Access VBA Programming for the Absolute Beginner
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.
Категории