Sizing a Form

  • Thread starter Thread starter Peggy
  • Start date Start date
P

Peggy

When my user opens a form I want it sized just right on
the screen so they don't have to scroll to see the bottom
of the form. It doesn't seem to matter if I size it in
desning view or form view, when I leave the form and come
back to it, there it is again. Too large for the screen
and the user has to scroll to see the bottom.
 
I open the form in Design view. In the form properties
window I selected "Event". In event in the "On open" I
typed DoCmd.Restore. I got the error message 'Microsoft
can't find the Macro DoCmd. What have I done wrong?
 
Peggy said:
I open the form in Design view. In the form properties
window I selected "Event". In event in the "On open" I
typed DoCmd.Restore. I got the error message 'Microsoft
can't find the Macro DoCmd. What have I done wrong?

The property must read [Event Procedure]; then click the three dot
button and type the code you received.
 
Back
Top