C
Charles
Tina, again thanks for your help.
See if this is possible:
Here is the VB script:
Private Sub Form_BeforeUpdate()
Me!LastUpdated = Now()
End Sub
I would like to keep a running history of the time stamps.
Is that possible?
See if this is possible:
Here is the VB script:
Private Sub Form_BeforeUpdate()
Me!LastUpdated = Now()
End Sub
I would like to keep a running history of the time stamps.
Is that possible?