Scroll to top when opening a form

P

pokdbz

I have a form that is kind of long. You have to scroll down to get to all of
it. When this form opens using the Docmd.maximize it opens to see the
questions in the middle of the form.

Is there a way to get the form to scoll to the top to see the 1st questions.
So you can just go straight down in order.
 
S

Shane

A form opens up with the position set on the field with the Tab Index of 0
(zero). Just modify the tabbing order so that the top field is the one with
the focus. When modifying the form, you can either click View and then select
Tab Order and place the field you want to the user to go to first on top. Or
you can go to the properties section of the top field, click the Other tab,
and put the number 0 as the Tab Index.
 
O

Ofer

I have a form that is kind of long. You have to scroll down to get to all of
it. When this form opens using the Docmd.maximize it opens to see the
questions in the middle of the form.

Is there a way to get the form to scoll to the top to see the 1st questions.
So you can just go straight down in order.
 
Top