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
 
Simply try:
DoCmd.Maximize

on form's "onLoad" event

Hoping this will help
 
Use the statement:

DoCmd.Maximize

in the Activate Event of your Form.

HTH
Van T. Dinh
MVP (Access)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top