You can use the Minimize action to reduce the active window to an icon at the bottom of the Microsoft Access window.
The Minimize action doesn’t use any arguments.
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.
Note Tips
To run the Minimize action in Visual Basic, use the Minimize method of the DoCmd object.
DoMenuItem Action, Maximize Action, Minimize Method, OpenForm Action, Restore Action, SelectObject Action.