Does anyone know how to display the date of last modification of a record? perhaps log it in a field of the same record in Access?
Thanks
Printable View
Does anyone know how to display the date of last modification of a record? perhaps log it in a field of the same record in Access?
Thanks
Yes. I assigned a common event procedure to every field (After Update) So that the "updated" field becomes the current date after any of the fields changes. The Date function did the trick.