move a scroll bar programmatically

H

hollyylloh

I have a form that I am doing several things with programmatically to aid the
data entry user. The form enters new lines of data automatically in response
to user events. The user is taken to a record in a subform where the user
needs to enter data. Sometimes, depending on the task and data present, the
user is taken to the next to last record; however, the scroll bar stops short
and the user thinks this is the last record. I need a way to nudge the
scrollbar down a line or two programmatically. Is this possible?

Thank you in advance.
 
M

Marshall Barton

hollyylloh said:
I have a form that I am doing several things with programmatically to aid the
data entry user. The form enters new lines of data automatically in response
to user events. The user is taken to a record in a subform where the user
needs to enter data. Sometimes, depending on the task and data present, the
user is taken to the next to last record; however, the scroll bar stops short
and the user thinks this is the last record. I need a way to nudge the
scrollbar down a line or two programmatically. Is this possible?


Take a look at the Get/SetSb code at www.lebans.com
 

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