View Full Version : Subform to Subform Navigation


Lily
04-27-2001, 01:57 PM
Hello,

Was wondering if it is possible to move from a field in a subform...to the same field of the subform in the next record? I tried DoCmd.GoToRecord , , acNext which takes me to the next "new" record of the same subform. But actually need to move to the same field of the subform on the next record. Thanks for any advice or suggestions.

Lily