rodentcentre
MIS
I am trying to figure out how to implement MoveNext functionality like in VB6. Something like:
this shouldn't be that hard but for some reason I cannot figure it out. Many thanks.
Code:
Private Sub cmdNext_Click()
rs.MoveNext
End Sub
Private Sub cmdPrevious_Click()
rs.MovePrevious
End Sub
this shouldn't be that hard but for some reason I cannot figure it out. Many thanks.