
Closing a form when other form is opening but reopening when all forms closed
When I wanted something like this I simply toggled the .visible property of the
form(s). This way also has the added benifit that it is faster than opening and
closing. On open of the second form, the first form's visible property is set to
false, and on the close of the second form the first form's visible property is
set back to true.
Quote:
-----Original Message-----
Basically I need to have a default form.
This is what I want the form to do:
Open by default Maximized when the mdb is opened
When a command is executed on this form, I want to minimize or close the
form, and when the other form is closed, to maximize or open the form again.
I know this is possible, I just can't seem to find out how to do it.
Thank you for your time
.