Search results

  1. C

    Form_Delete

    I'm trying to add a date into a field instead of deleting the record. The form delete event doesn't allow me to write the date into this field but the form dirty event does. How can I write this and why doesn't this work? Thanx. Private Sub Form_Delete(Cancel As Integer) Cancel = True...
Back
Top Bottom