The OpenForm method carries out the OpenForm action in Visual Basic. For more information on how the action and its arguments work, see the action topic.
Syntax
DoCmd.OpenForm formname[, view][, filtername][, wherecondition][, datamode][, windowmode][, openargs]
The OpenForm method has the following arguments......
windowmode One of the following intrinsic constants:
acDialog
acHidden
acIcon
acWindowNormal (default)
If you leave this argument blank, the default constant
(acWindowNormal) is assumed.
Main Topics
Browse All Topics





by: VolibrawlPosted on 2002-04-10 at 06:55:13ID: 6931255
To look less "messy", you could try opening your forms in Hidden mode instead of opening and then minimizing.