Sizing Access

Jaro19a

Registered User.
Local time
Today, 07:35
Joined
Apr 6, 2003
Messages
16
How can you size access when it opens. I have to front-ends. One that I would like to max when Access opens. The other is a small version and I would only like Access to be as large as the main form. Thank you for your helo
 
On the on open exent of your form put docmd.maximize
This will maximize the form.

On the other db if you set the form propeties resize to yes, it will resize the form to the size of the detail section when in design mode.

HTH
Dave
 
I was looking for a way to max Access, not the form but the program. Any help would be great. Thank you
 
This will maximize the Access window, (not the form)...

DoCmd.RunCommand acCmdAppMaximize

HTH
 
Peter offers a great WIndows Manipulation example that will expand this topic to resizing any window and form from within Access. Here is a link to his FREE windows manipulation database example:

http://www.peterssoftware.com/winmanip.htm

Let me know if that helps!

Vassago
 

Users who are viewing this thread

Back
Top Bottom