Robbys code shows how to loop through the Rows collection. If youre binding and need a MoveNext, MovePrevious, youll have to look at the Forms BindingContext property. Its an array that exposes a Position property - the help files have a lot of good info and samples on how to implement the usual next/prev binding code.
-Nerseus