Scroll to top when opening a form

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

Guest

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.
 
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.
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Vertical scroll bar display 3
Go To Top of Form 3
Subform Data Entry Setting 0
Tabbed subforms 2
Moving form to top 3
Auto scroll right when form opens 1
Opening a form 4
Tabbed form 1

Back
Top