How do I maximise a form as a default

S

StevenR via AccessMonster.com

Zeon said:
When I open my database I want the form to fill the screen automatically

In the On Open event of the form you want to fill the screen type DoCmd.
Maximize.
 
Top