Freezing after update.

C

Charles

I am running a small timestamping script and after calculating and
putting in the updated timestamp, the form freezes. I can only
unfreeze it by hitting the 'esc' key.

Here is the VB script:
Private Sub Form_AfterUpdate()
Me!LastUpdated = Now()
End Sub

Any help would be appreciated.
 
Top