I need to automatically weed records from a database. My user wants to find records which have not been updated or modified for one year.
I could add an extra field to the table to insert a date whenever the record is modified and base a search on this field, but there must be a better way (mustn't there?)
I could add an extra field to the table to insert a date whenever the record is modified and base a search on this field, but there must be a better way (mustn't there?)