minimize form

hyousef

Registered User.
Local time
Today, 19:00
Joined
Jan 15, 2002
Messages
41
I have a popup form which contains 2 command buttons that open other forms onclick.
when a user click on a command button in a popup form another form should open.

How can i minimize the popup form when the other form opened.

Thanks in advance
 
Docmd.Minimize, if your pop up is not modal, of course. If it is, you must close it.
 

Users who are viewing this thread

Back
Top Bottom