Scroll Bar on Subform in Datasheet View

A

ACRF

I use a database that has a subform on a main form. When we open the main
form, the scroll bar on the subform centers horizontally. I have tried
everything to fix it. Including the tab order. I can't figure it out and
I'm not that well versed in Access. HELP!! How do I get the scroll bar on
the sub form to default to the left. The subform in set to appear in
datasheet view. Thanks
 
D

Dale Fye

My guess is that the control on the subform that has a tab index of 0 is on
the right side of the form, forcing the horizontal scroll bar to move to the
right so that this first control is visible when initially loaded. Try
changing the tab index of the controls.

HTH
Dale
 
Top