Force subform focus to first record on enter

B

Brian

I have a form (header info) and subform (detail info). After the user
finishes the details on on record, navigates to a different header record,
and then tabs to the subform, the focus is on the same line that it was on
when the user left the subform.

This is particularly problematic if the user scrolled down to get to the
last detail record, because the subform remains scrolled down, and the user
must then scroll back up to the top.

How do I fix it?
 
Top