Hello,
I get the following error when any user attempts to make any change to a particular form in my db.
Run-time error '-2147352567 (800200009)':
Update or CancelUpdate without AddNew or Edit.
The code throwing the error is:
Private Sub Form_BeforeUpdate(Cancel As Integer)
Me.Date_edited = Now()
End Sub
Any ideas what I'm doing wrong?
Thanks,
mlp
I get the following error when any user attempts to make any change to a particular form in my db.
Run-time error '-2147352567 (800200009)':
Update or CancelUpdate without AddNew or Edit.
The code throwing the error is:
Private Sub Form_BeforeUpdate(Cancel As Integer)
Me.Date_edited = Now()
End Sub
Any ideas what I'm doing wrong?
Thanks,
mlp