F
Fie
I need to record the date of last modification on a field.
How can I do this ?
Access 2000
Fie
How can I do this ?
Access 2000
Fie
Arvin Meyer said:I use the Before Update event to update the field used for the timestamp
(aircode):
Sub txtMyField_BeforeUpdate(Cancel As Integer)
Me.txtTimeStamp = Now
End Sub
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access