Can a form know when it has been scrolled ?

  • Thread starter Thread starter jfp
  • Start date Start date
J

jfp

I have a form that needs more vertical extent than possible in one
screen -- so, it has a vertical scroll bar. I would like to do
something like this if it is possible (and not ridiculously difficult):

When the top of the form is showing, make visible a prompt near the
bottom of the screen saying something like "MORE " with a Down Arrow.

When the bottom of the form is showing, make visible a prompt near the
top of the screen saying something like "MORE " with an Up Arrow.

Is there any event i can use for this ?
 
Check Access Help topic "Create a form with multiple
pages", especially the section "Add page breaks to the
Form".

Personally, I prefer to use the TabControl rather than the
scrolling Form.

HTH
Van T. Dinh
MVP (Access)
 
I could do it with page breaks, but i am not sure i want to do it that
way.
Is it possible to do what i was asking? (I see no event that looks like
it would work for this, but ...)
-=-=-=
 
Back
Top