If index > index1 Then
If index < index2 Then index = index + 1 Else MsgBox "This is the last record of the data" End If
If index >= index1 Then index = index - 1
Leave a comment: