Z
zSplash
When the user clicks CommandButton1, I want the Main Switchboard form (which
is not modal) to become minimized (not closed). Since I already had code in
the click event, I tried the following code in the Exit event for the
command button unsuccessfully:
DoCmd.RunCommand acCmdFormView.Minimize
How can I accomplish this?
TIA
is not modal) to become minimized (not closed). Since I already had code in
the click event, I tried the following code in the Exit event for the
command button unsuccessfully:
DoCmd.RunCommand acCmdFormView.Minimize
How can I accomplish this?
TIA