hi all
move next command is not working
help me
move next command is not working
Code:
Private Sub cmdNext_Click() If storyboard.BOF Then Exit Sub MsgBox " records exist" storyboard.MoveFirst MsgBox "Records not exist" Call navigation End Sub
Comment