G
Guest
Hi everyone,
I have a field named LOAN_STATUS, which is a drop down menu of the following
options. Approved & Research. I want to write the following code but I
don't know how.
IF the Refund Amount >= $350 the LOAN STATUS must equal to Research.
IF the Refund Amount <= $350 the LOAN STATUS must equal to Approved.
However, the Refund Amount is a field in the form that adds three other
fields. CREDIT_REFUND+APPRAISAL_REFUND+BROKER_REFUND=REFUND_AMOUNT
I don't have a Refund Amount field in the table.
Any input is helpful.
I have a field named LOAN_STATUS, which is a drop down menu of the following
options. Approved & Research. I want to write the following code but I
don't know how.
IF the Refund Amount >= $350 the LOAN STATUS must equal to Research.
IF the Refund Amount <= $350 the LOAN STATUS must equal to Approved.
However, the Refund Amount is a field in the form that adds three other
fields. CREDIT_REFUND+APPRAISAL_REFUND+BROKER_REFUND=REFUND_AMOUNT
I don't have a Refund Amount field in the table.
Any input is helpful.