K
KittyS
I have a form that has a change date on it: xChangeDate, which I want
stamped with Now() when I change anything on the record. I have code
that reads:
Private Sub Form_BeforeUpdate(Cancel As Integer)
xChangeDate = Now()
End Sub
but when I change a record, nothing at all happens. I had similar code
in another project that worked fine. What could I be doing wrong?
Thanks
Kitty
stamped with Now() when I change anything on the record. I have code
that reads:
Private Sub Form_BeforeUpdate(Cancel As Integer)
xChangeDate = Now()
End Sub
but when I change a record, nothing at all happens. I had similar code
in another project that worked fine. What could I be doing wrong?
Thanks
Kitty