Ans
Private Sub cmdAdd_Click()
add
Student. Recordset. AddNew
End Sub
Private Sub cmdFirst_Click()
Student. Recordset .MoveFirst
End Sub
Private Sub cmdLast_Click()
Student. Recordset .MoveLast
End Sub
Private Sub cmdNext_Click()
Student. Recordset.MoveNext
End Sub
Private Sub cmdPrevious_Click()
Student. Recordset.MovePrevious
End Sub
Private Sub cmdSave_Click()
save
Student. Recordset. Update
End Sub
Private Sub cmdModify_Click()
modify
Student. Recordset. Edit
End Sub
Private Sub cmdDelete_Click()
'delete
Student. Recordset. Delete
Student. Recordset. MoveFirst
End Sub
No comments:
Post a Comment