how to set size of Access object opening window

  • Thread starter Patricia O'Donnell SSJ
  • Start date
P

Patricia O'Donnell SSJ

When I open an object (table, report, query, etc.) in Access, the window is
always less than the full screen and often varies without any reason that I
can see. I would like to set Access so that it retains the window size that I
close at -- this is the way I experienced Access before the 2003 version. Is
there some way to adjust the default opening window size for objects so that
they always open full screen?
 
J

Jerry Whittle

For forms and reports put the following code on the On Open event.
DoCmd.Maximize

In the On Close event put:
DoCmd.Restore
 

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