I would like to know when records or data in a table was changed.
I tried to use the DateUpdate field of MSysObjects system table to catch any change in contents of table. When I change records (delete, update, append) and closing the table without SAVE, the DateUpdate field did not change.(update)
When saving after record changes, the field did update itself.
However it can not be helpfully for me as it will not indicate that record changed in table.
Looking forward to your answer.
I tried to use the DateUpdate field of MSysObjects system table to catch any change in contents of table. When I change records (delete, update, append) and closing the table without SAVE, the DateUpdate field did not change.(update)
When saving after record changes, the field did update itself.
However it can not be helpfully for me as it will not indicate that record changed in table.
Looking forward to your answer.