Hello how do i delete a row with DAO ?
i allway's get a error with this :
any idea why ?

Private Sub mnudel_Click()
On Error GoTo 1:
RS.Edit
RS.Delete
db.Recordsets.Refresh
DbRefreshTextBox
DbRefreshTextBox

Exit Sub
1:

MsgBox Err.Description