Hi, Jose.
Don't include a Loan Status field (or a combo box to set it) in your
table--it is fully defined by other fields in your table. Include an unbound
control to display it, and, if you need to print it on reports, or show it in
a query, include it as a calculated field in a query as well.
Set the unbound textbox' ControlSource, or the calculated query field to:
=IIf(CREDIT_REFUND+APPRAISAL_REFUND+BROKER_REFUND >=350,"Research","Approved")
Hope that helps.
Sprinks
> Hi everyone,
>
[quoted text clipped - 11 lines]
>
> Any input is helpful.