Force switchboard to maintain window size

russiver

Registered User.
Local time
Today, 20:35
Joined
Dec 19, 2003
Messages
41
Is there any way to force the switchboard to maintain its pop up window size? Whenever I open an item from it that is maximised and then return to the switchboard it too has maximised.

Thanks

Russell
 
Size

Did you try the docmd.restore command in that form's (switchboard) OnActivate procedure?
 
Last edited:
Go to design view on the form.
Click on the box left and above the ruler (top left corner)
right click properties.
under event tab, remove the 'On Open' code.

It'll have some docmd.maximize code in there.
 
Many thanks for the replies. The DoCmd.Restore works fine.
 

Users who are viewing this thread

Back
Top Bottom