I am trying to change a checkbox value to "off" when users edit records. I have selected the Before Edit event and added the following code GetRequestForm("BoxApproved") = "off". This does not uncheck the box. Could you give me some idea on where I'm going wrong?