I have a form that has an unbound text box which holds total loan amount and I have locked the text box (greyed out) . The default value is set to $140,000. On the form there is a check box which allows the user to unlock the text box and change the default loan value. Two things I can't seem to get working. 1. I am able to change the default value but the value won't hold after I close the form and re-enter the form. The value goes back to $140,000. I'm sure I need some type of coding because the text box is unbound but I can't seem to get it. My other question is when I change the default loan value how do I make it consistent for all records. (All records will have the same loan amount) The loan value should be consistent thorughout all records as only 1 loan will exist for many users. Any help would be greatly appreciated, thanks!