View Full Version : tabbing through fields


moose
10-19-2001, 02:14 AM
i have a form with two subforms on it in datasheet view. the reason for this is because there are too many fields to fit on one form so i used two and split the fields into two seperate subforms. the problem i have is i would like to be able to tab through the fields on one subform and at the end of the first one the next tab will take me to the first cell in the second one and then at the end of that one it will tab to the second row of the first subform. i hope this is clear enough

Rich
10-19-2001, 04:02 AM
Set focus to the next subform on the lost focus of the last control in the previous subform.

moose
10-19-2001, 06:39 AM
sorry for being ignorant, but could you explain it a bit more. i'm quite new at access