Minimizing and Maximizing in code

  • Thread starter Thread starter Ayo
  • Start date Start date
A

Ayo

Is it possible o restore a minimized window from another window. The
situation is that I minimized window and open window two at the same time.
Now when I close window two, I want to restore window one. I know I have to
use DoCmd.Restore, but I don't know where to use it.
Thanks for the help.
 
The command DoCmd.Restore will restore all windows to their pre-maximized
size. So, it doesn't really matter where it goes.
--
Bob Larson
Access World Forums Super Moderator
Utter Access VIP
Tutorials at http://www.btabdevelopment.com
If my post was helpful to you, please rate the post.
__________________________________
 
Back
Top