Keeping a form at Maximize

S

stickandrock

I have a form that OnOpen i set a DoCmd.Maximize command.

on that form I have a button that opens another form.... OnOpen on the
second form I also use the DoCmd.Maximize command.

When I close the second form my main form resizes. I want to force both
forms to open as Maximize and not auto resize...

what is the best way for me to force the forms to remain at Maximize

any and all input is greatly appreciated.....
 
M

Maurice

place a - docmd.restore - in the closing part of the second form this will
restore the first form to the maximized state.

hth
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Trouble maximizing a modal popup 3
Maximizing Problem 2
Keeping forms maximized 3
Maximize Form 9
Setting Focus On A Form 1
Keeping Form Maximized 2
restore and maximize 2
Maximize and center? 2

Top