Copying the row above for editing (to track changes)?
Hey all,
At the minute I have an employee database made up of 5 tables. I have a query that pulls certain data from each table and displays it in a nice neat table.
Here is the tricky bit...Now I need to keep records of all previous "versions" of the data when it's changed. So for example, If I change someones working hours from 37 to 16, I need the row above to show 37 and the newest row below to show 16(thus letting me track all changes).
I am planning on having soem kind of date/time field so I can query just for the latest version of the record.
Is this easily do-able?
Many thanks in advance
-NS
Hey all,
At the minute I have an employee database made up of 5 tables. I have a query that pulls certain data from each table and displays it in a nice neat table.
Here is the tricky bit...Now I need to keep records of all previous "versions" of the data when it's changed. So for example, If I change someones working hours from 37 to 16, I need the row above to show 37 and the newest row below to show 16(thus letting me track all changes).
I am planning on having soem kind of date/time field so I can query just for the latest version of the record.
Is this easily do-able?
Many thanks in advance
-NS
Last edited: