Add a field to your table called Last_Updated. Add a textbox to your form.
Make the controlsource Last_Updated. Go to the afterupdate property of the
field you want to record and add:
Me.last_updated=now()
Unless I'm missing something, all you have to do is add a datetime field to
your table, something like CreatedDate, and set the Default Value to =Now()