Maintain Maximum Window

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
 
B

Bruce M. Thompson

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.
 

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

Top