have a text box 1stDepositPercentage on form frm_Contract which is bound to a field 1stDepositPercentage in table tbl_Contracts . I have the Control Source set to =IIf(DateDiff("m",[DateofContract],[DateofFunction])<5,0.5,0.2), works great. problem is if the user wants to override that box with their own value. suggestions?