View Full Version : Tabing Through Form and subforms


bisselie
11-19-2000, 06:28 AM
I have a form with two subforms on it.
I can tab into the first subform from the main form but then the tabing goes round
the subform only.

I would like to be able to tab through the main and both subforms in sequence.

Any ideas?

Keith P
11-19-2000, 05:16 PM
In the last control of each subform use the onExitEvent to setFocus to the control you want, e.g. me.parent![myOtherSubForm].setfocus