P
Paul Ponzelli
I would like to store the last date that a change is made to data in any
field in a record. However, I don't want this to occur when a user simply
opens a form and looks at the data; I only want this date to get set to the
current date if the user modifies data in any way.
Will the After Update event serve this purpose, and can I just write
"Me.txtLastModified = Date()"?
Thanks in advance,
Paul
field in a record. However, I don't want this to occur when a user simply
opens a form and looks at the data; I only want this date to get set to the
current date if the user modifies data in any way.
Will the After Update event serve this purpose, and can I just write
"Me.txtLastModified = Date()"?
Thanks in advance,
Paul