Auto resize/fit to screen

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

There must be some type of 'code' to enter to have forms auto resize and fit
screen in Access 2007. I've set to 'Yes' but nothing happens. What are the
steps to get the form(s) to auto resize/fit to screen?
 
Yes, I've demo'd that and it is really not that good. But, I was referring to
the property sheet in Access2007 that allows Autofit and Autoresize. I
changed settings to 'yes' but it doesn't do anything
 
I've no experience with A2K7 yet but could you add the code:
'DoCmd.Maximize' in the OnOpen event procedure?

You may want to use 'DoCmd.Restore' in the OnClose event to return sizing to
normal.

Steve
 
So fit to screen only works for datasheet view and Auto resize for form view,
but only to fit the form within its own window. Not to fill up the parent
window apparently (I've tried multiple combinations and none of them worked).
So, I'll stick with DocMaximize which does work. Thanks.
 
Back
Top