Maximize Screens

R

Randy

Ok....I know this may be something simple but I just don't have the time anymore to mess with it....Does anyone know how to have all the windows open maximized and stay maximized when closing or switching screens? Any input would be greatly appreciated.

Thanks,
Randy
 
S

Steve Schapel

Randy,

Make a macro using the Maximize action, and assign it on the On Activate
event of all your forms.
 
J

JasonS

Or......................
Use this statement on every form you are designing in its "onLoad" property,
between "Sub" and "End Sub" words
DoCmd.Maximize

:)

Randy said:
Ok....I know this may be something simple but I just don't have the time
anymore to mess with it....Does anyone know how to have all the windows open
maximized and stay maximized when closing or switching screens? Any input
would be greatly appreciated.
 

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