Good afternoon, I have a form from the Switchboard and when ever I click on a command button and go into a form everything is maximizing all right, but when I close the form, DoCmd.Close, the form I am using for the switchboard appears normal and not maximized. I have DoCmd.maximize only in OnOpen, but I have tried adding a second one on just about every event. My question is where should I be putting DoCmd.maximize to get the switchboard always maximized? Thanks in advance for any help.
