Open the table in design view. Add a Date/Time field called dtmModDate, or
whatever you want to call it...
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=10173Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=10173
In the form that is used to edit the record you can add the following in the
AfterUpdate event:
dtmModDate = Now()
"Newbie to Access" wrote:
> How do you add a field to create a date and time stamp of all edits to a
> record?
>