How to stop upward movemt of form view

W

Wanda G.

When I input data in the middle of my form, the form jumps upwards, hiding
the fields which shows the name or topic. How do I correct this?
 
J

John Vinson

When I input data in the middle of my form, the form jumps upwards, hiding
the fields which shows the name or topic. How do I correct this?

Make the form big enough to display all the controls, and save it at
that size - or squeeze the controls up to fit the form, if you're
already running off screen.

John W. Vinson[MVP]
 
Top