Keeping forms maximized

A

arbehling

I have a database with multiple forms. When the startup form is loaded
I use VBA code to maximize the forms as follows

DoCmd.Maximize

This works and makes the start up form maximized. However when I open a
different form or run a report, the startup form is resized when I
return to it. Is there a way to force all forms/reports to run in a
maximized state at all times?
 
G

Guest

I have the same question! I have set the onFocus event for the switchboard
form to:
doCMd.Maximize
but, if I open another form, then click restore, then, the switchboard form
is also restored. Ugg. Why does restoring one form, effect other forms?

Ok, so, I went in and added the same command to OnCurrent, and GotFocus,
but, it is as if the code is being ignored (or suppressed) because the
doCmd.Maximize simply doesn't maximize the switchboard.

Can anyone clarify why this doesn't work? Am I missing some larger concept?

Thanks!
Bernadou
 

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