Hi,
What would be the best way of doing this:
A tbale needs to be allowed to be dited & I need to keep a copy of data pre edited, I am thinking along either of these 2 lines:
Note there will only ever be a max of 600 records!
1) Create a temp table & copy all the records to it from the master table. When a user updates any field copy the original record over to a history table & then write back the edited data to the master table.
2) Carry out a similar approach to above but by using multiple recordsets.
Or an even better way that you can think of & I can't.
Thanks in advance
Tim
What would be the best way of doing this:
A tbale needs to be allowed to be dited & I need to keep a copy of data pre edited, I am thinking along either of these 2 lines:
Note there will only ever be a max of 600 records!
1) Create a temp table & copy all the records to it from the master table. When a user updates any field copy the original record over to a history table & then write back the edited data to the master table.
2) Carry out a similar approach to above but by using multiple recordsets.
Or an even better way that you can think of & I can't.
Thanks in advance
Tim