I suppose you could use a couple event procedures (probably OnDirty and
AfterUpdate) to start and stop a timer (you could use GetTickCount API
although it's not 100% accurate) and then whatever you want to do with the
recorded time such as show it in a message box or Write a record in a table.