Positioning visible form section

D

dirkp

I have a large form that scrolls to the right. I tab into textboxes which
are to the right and not viewable on the screen. I want to figure out a way
to programatically scroll right or move right so that the formerly hidden
section of the form is visible when I exit a certain textbox. Can this be
done and if so, how?
 
S

Sergey Poberezovskiy

Although I have not done that for quite a while (about 5-6
years) I have used pages on Access forms (they split form
into horizontal sections though) and you can
programmatically change focus and navigate between pages
on the same form. This may mean some re-design, but could
be a solution you're after.

HTH.
 
Top