jgoodman00
Programmer
- Jan 23, 2001
- 1,510
I am currently in the process of adding the functionality to track changes made to records in our database. The only data which will change is stored exclusively in tblInspection. I was thinking of creating a table, tblInspectionHistory, & before a user edits a record, the existing record is copied into tblInspectionHistory. Users only have access to the data via forms, so I was going to set the records to locked as standard. If a user unlocks a record, the current data is inserted into tblInspectionHistory. If the user then closes the form without making any changes a DELETE SQL statement could be used, by joining the records by ReferenceNumber & InspectionDate.
Is this the best way of doing this? What other ways are possible? James Goodman
Is this the best way of doing this? What other ways are possible? James Goodman