Scrolling!

S

scubadiver

I have a form with some subforms that shows different information.
Everything is pretty much set to "no" except for the scrolling which is set
to "vertical".

When I open the form how can the form open at the top and not at the bottom.

cheers!
 
O

Ofer Cohen

Set the TAB order of the fields in the form to have a field (object) on the
top of the form as the first in the order, that way it should be open on the
top of the form
 
B

BruceM

Be sure the initial focus is set to a control at the top. Setting that
control first in the tab order should do be enough, without the need to set
the focus explicitly.
 
Top