VBA code for scrolling up/down within a form?

B

Brian J Bowers

I've got a form that is too tall to fit on one screen, so
I gave it a vertical scroll bar. Is there any way to
scroll the form up/down through code (in Access 97)? (To
scroll down a particular number of pixels, for instance?
or to scroll all the way to the bottom of the form?)
 
T

TC

But by placing your controls within vertical pages on the form, using the
PageBreak control (or whatever it's called), I'm sure you could use VBA code
to select which page is being displayed. Is there not a docmd.gotopage? (I
don't have Access here to check) Would that not achieve what you want?

TC
 

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