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

  • Thread starter Thread starter CES
  • Start date Start date
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
 
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.
 
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.
 
Back
Top