Can a form know when it has been scrolled ?

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 ?
 
V

Van T. Dinh

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)
 
J

jfp

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

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

Top