Form Freezing.

  • Thread starter Thread starter Charles
  • Start date Start date
C

Charles

I am using:

Private Sub Form_Dirty
Me!FieldName.Value = Now()
End Sub

To timestamp records but after I make a CHANGE to the record and try to
tab through, the record is frozen and I can only get out of the freeze
by hitting the escape key.

Any ideas???
 
Back
Top