Forms keep their size when reports are maximized?

E

Erin

I have a database with lots of forms and reports. Most of my forms are small
and do not take up the whole screen. When a user runs a report and maximizes
it in order to read it, all the forms are now maximized, too. Is there any
way to set it so that the forms stay their smaller size when a report is
maximized? Or, is there a way to maximize the reports on open but keep the
forms their smaller size??

Thanks!!!!!!
 
M

M Skabialka

In the On Close event on the reports
=DoCmd.Restore
And if they always maximize them:
In the On Open event:
=DoCmd.Maximize
 

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


Top