how to delete record comparing rs(0)=text1 and rs(1)=text2
Code:
cn.Execute "Delete from table where name =" & txtname & "', surname='" & txtsurname & "'"