Does anyone know the delete version of this code. The code below insert values into a table.
Private Sub Command8_Click()
Dim sql As String
sql = "INSERT INTO tblQcpList(qcpList,qcpID,comment) VALUES ('" & Me.txtList & "', " & _
Me.Combo6 & ",'" & Me.txtComment & "')"...