i cant add info to my ms access 2003 :( im using vb6.0 with listview ..please help .. i dont know the error .. when im trying to add a codes to add a info to my access .. the error occurs ..


Code:
Private Sub cmdAdd_Click()
  On Error GoTo errtrap

  If Me.txtName.Text = "" Or Me.txtAdd.Text = "" Or Me.Text1.Text = "" Or Me.Text2.Text = "" Or Me.Text3.Text = "" Or
...