Switchboard

T

Tony Williams

How can I stop the switchboard maximising when I open forms from it that are
maximised?
TIA
Tony
 
D

Denny G.

On the form you close, enter the following in the "On
Close" event:

DoCmd.Restore

HTH
 
Top