PDA

Click to See Complete Forum and Search --> : Last modification of record


JT
Jul 31st, 2000, 02:52 AM
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

JT
Aug 1st, 2000, 12:30 AM
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.