Search results

  1. M

    Deleting a Record

    when the user hits the delete button it should delete the record but instead it gives that error.
  2. M

    Deleting a Record

    Also, if I add a record using a "Add Record" button and then go and use the Delete button to delete that same record - it works just fine. But if I navigate to a previous added record then the delete button doesn't work.
  3. M

    Deleting a Record

    the problem is that when the user click the delete button it gives an error "DoMenuItem action was cancelled"
  4. M

    Deleting a Record

    :confused:i have a form that has a add record, delete record and a close button. When the form is opened it is on the first record, the user can navigate to the record that needs to be deleted using the built in navigation buttons. Once they find the record to be deleted they should be able to...
  5. M

    Deleting a Record

    i have a form that has a add record, delete record and a close button. When the form is opened it is on the first record, the user can navigate to the record that needs to be deleted using the built in navigation buttons. Once they find the record to be deleted they should be able to hit the...
  6. M

    Error: Object Required

    I keep getting the error object required. Can anyone please look at my code and tell my why I'm getting this error?:confused: Private Sub cmdAddRec_Click() On Error GoTo Err_cmdAddRec_Click Dim rstFile As New ADODB.Recordset Dim fld As ADODB.Field Dim strField As String rstFile.Open...
Back
Top Bottom