Form Size

  • Thread starter Thread starter Joe
  • Start date Start date
J

Joe

When I open up the form of my database it is never the
proper size (doesn't fill the screen). When I resize it
and exit the program I have to resize it again when I open
back up. Is there any way to keep it the larger size each
time it is opened?

joe
 
Use the statement:

DoCmd.Maximize

in the Activate Event of your Form.

HTH
Van T. Dinh
MVP (Access)
 
Back
Top