Maintain Maximum Window

  • Thread starter Thread starter Bonnie
  • Start date Start date
B

Bonnie

This is the most stupid question, but, everytime I open a
window in my database, it does not open maximized. I have
to adjust it everytime. I am tired of it. HOW do I keep
the window at the same position? I am running Access 2000

Thanks

Bonnie
 
This is the most stupid question, but, everytime I open a
window in my database, it does not open maximized. I have
to adjust it everytime. I am tired of it. HOW do I keep
the window at the same position? I am running Access 2000

In a form's "On Open" event procedure (in the code window, not in the property
field) you can insert the following line of code:

DoCmd.Maximize

If you need assistance with implementing this, just holler.
 
Back
Top