| | |
|
|
|
Simple Syntax Question |
| message from Tony Ciconte on 12 May 2004 |
"Application.DoCmd.Minimize" seems to only minimize the active screen.
What I need is a VBA code equivalent of the action when you click the
minimize ("-") button at the very top right of the Access screen.
Any help is greatly appreciated.
TC
|
| Jim/Chris replied to Tony Ciconte on 12 May 2004 |
try
DoCmd.RunCommand acCmdAppMinimize
Jim
whole Access
active screen.
you click the
screen.
|
|
Archived message: Simple Syntax Question (Microsoft Access Forms)