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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

After Update Save 1
After form Update event 1
Keeping history on timestamp. 2
After Update: Go to new record 3
After Update 4
afterupdate 1
Form Freezing. 1
Cursor Postion after form Requery 3

Top