i suggested you create a another table to use as a log of user action that looks like this. then you create append query to append the the new records on click event of the chkbox.
Pseudo code
Private sub chkbox_onClick()
docmd.runsql "Insert into log (ClientID,TimeStamp, Action) values ('' &...