Hope someone can help with this.
At the moment I have a table, which has LastUpdated field that records when a record is updated.
This is mainly being used to enable the site owner to send out email shots like so :
An email address is added to a record, and records the date.
At the end of the day, a search is carried out for that date.
A list of contacts updated (had an email address added) that day is returned.
They click through to a compose email page, which in the background updated an EmailList field fron N to Y.
The email is sent to contacts where EmailList=Y.
A button at the end resets the EmailList field back to N for the next time its used.
Which all works great, but we've had a couple of issues where users haven't quite appreciated what is happening, and have managed to return all contacts in error, update the EmailList for them all to Y, then abort the process midway, without completing the step which resets that field back back to N.
So... what I think would resolve this is to have an EmailAddressUpdated field which records when the EmailAddress field is updated, rather than the existing general LastUpdated field which records when the record is updated in any way.
Is this possible?
Cheers.