Dim t As Table = e.Form.Controls("Table1").Table
If t.Position < t.Rows.Count - 1 Then
t.Position += 1
Else
t.Position = 1
End If