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.
|
|
0
|
|
|
|
Reply
|
Utf
|
3/24/2010 9:56:02 PM |
|
hollyylloh wrote:
>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
--
Marsh
MVP [MS Access]
|
|
0
|
|
|
|
Reply
|
Marshall
|
3/25/2010 1:49:19 PM
|
|