Auto Scroll to the fare Left of a subForm in DataSheet view.

C

CES

I have a sub form that is larger then the space I've alloted on the main form and the first field in the sub form is not a tab stop.
When I add or editing a record in the sub form and tab to the next record, the viewed area of the sub form only goes back to the 2nd field and not all the way to the left most portion of the Subform (the first Record).
Is their a way of coding the sub form to always scroll to the fare left when I change to the next record.

Thanks in advance. - CES
 
L

LovelyRedHead

CES,

As long as the field is enabled, you can set the focus to the far left
field and then to the next field and this should get the view you are looking
for.
 
R

Ron2005

On the form for the above solution, have the field enabled, and not a
tab stop but have the data locked. That should cover all the bases.
 
Top