I have setup a Dual-Horiz with edit functionality for one of the tables in my database,

I would like to keep a log of all of the changes made to the table (i.e. tablename,fieldname,changedfrom,changedto,username ,datestamp)

How can I call my ASP code (to write to the log table) each time an edit is made to the table?

Thanks