G Guest Sep 20, 2005 #1 When I open my database it never maximizes my 'Entry Page Form'. How do I make this maximize??
N Nikos Yannacopoulos Sep 20, 2005 #2 Carl, Put the following line of code: DoCmd.Maximize in the form's Open event. HTH, Nikos
R Roger Carlson Sep 20, 2005 #3 Just as a follow up, I usually put: DoCmd.Restore in the forms's Close event to restore the form. Of course if you want all your forms to be maximized, you don't want to do this. -- --Roger Carlson Access Database Samples: www.rogersaccesslibrary.com Want answers to your Access questions in your Email? Free subscription: http://peach.ease.lsoft.com/scripts/wa.exe?SUBED1=ACCESS-L
Just as a follow up, I usually put: DoCmd.Restore in the forms's Close event to restore the form. Of course if you want all your forms to be maximized, you don't want to do this. -- --Roger Carlson Access Database Samples: www.rogersaccesslibrary.com Want answers to your Access questions in your Email? Free subscription: http://peach.ease.lsoft.com/scripts/wa.exe?SUBED1=ACCESS-L