I'm a newbie to MS Access and I need some guidance. I replaced one of the fields in my form design with the following expression =IIf([AMOUNT]>=10000.01,"YES","NO") so that once a user inputs in the field [AMOUNT] it will automaticly put a YES or NO depending on the amount entered. My problem is how can I store the value of the expression result in the corresponding table assinged to the fields in the form? The field that suppose to be keeping the YES or NO result is [form104]. Any help would be appreciated.