Maximize ONLY frm_Me

E

Ed Bloom

_How do I set the properties on my switchboard so that when frmMe is opened
from the Switchboard and ONLoad/OnOpen event does the DoCmd.Maximize the
Switchboard form is NOT maximized.

I tried popup = Yes in the properties. That forces the Switchboard to stay
on top with our focus.
 
S

Steve Schapel

Ed,

As far as I know, this is not possible. You will need to do a Restore
on the event that closes frmMe form, or the Activate event of the
switchboard form.
 
E

Ed Bloom

That is a disapointment.

Microsoft: Please take note. I respectfully request that this be changed
in the next version.
 
Top