Hi there,
Could anyone please provide some Event code that when a record is added, changed or deleted (if this is poosible?), it outputs the fields values to a text file?
Eg
If I have a record with the following info:
ID: 21
Name: John Smith
DOB: 15/04/70
Address: 14 London Road
And change the address from 14 London Road to 25 London Road, i'd like to output to a text file:
21,John Smith,15/04/70,25 London Road
If I delete the above record, the output should be the last values stored.
Any help would be appreciated.
Thanks,
Bryan