Add a new column to the table to hold the LastChangeDate information. Then in the BeforeUpdate event of each form that updates this table add the following line of code:
Me.LastChangeDate = Now()
Be sure to lock and disable this field on the form so that it cannot be manually changed.