Problem going from form to reports

G

George

When I open a report from a form with a command button
and then close the report my underlying form that was
maximized goes to a non-maximized size without the min,
restore buttons. Does anyone know how to prevent this
from happening? I want the underlying form to stay
maximized when the user goes back to it.
 
D

Don Wilson

On Got Focus of the form you would like maximized all the
time add this line of code.

DoCmd.Maximize

I hope that helps
 

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

Top