View Full Version : Scroll Bars


robert693
06-21-2001, 05:13 AM
I have a form with a subform. The subform is tabular so when a user scrolls down through it it moves to the right. Every time a user scrolls through the form to a new record the subform stays far to the right and a user must manually scroll the subform to the left. Is there a way to avoid this? Any help would be greatly appreciated!

D-Fresh
06-21-2001, 05:16 AM
Do you have your tab control order set up correctly? You might have your last control on the right as the first control in your order, so each records sets focus to that one first. Just a thought. Hope that helps.

Doug