S Si Guest Apr 8, 2000 #1 My database is set up to display a form automatically when the database is opened, how do I make a marco maximise this window automatically? Thanks for your help
My database is set up to display a form automatically when the database is opened, how do I make a marco maximise this window automatically? Thanks for your help
P Peter Paul Registered User. Local time Today, 06:45 Joined Jan 1, 2000 Messages 82 Apr 8, 2000 #2 Easist way to make this happen is this. Go to the EVENT properties for the form. Go to the ON OPEN event, and enter this code. DoCmd.Maximize. That should do it. Good luck, Peter Paul
Easist way to make this happen is this. Go to the EVENT properties for the form. Go to the ON OPEN event, and enter this code. DoCmd.Maximize. That should do it. Good luck, Peter Paul