I am getting an update 3020 error when I have the following code enabled.
Private Sub Form_BeforeUpdate(Cancel As Integer)
Me![Timestamp] = Now()
End Sub
If any data is modified in the record the Timestamp updates to the current time.
Thanks, for any help.