I am trying to get a query to determine who in my table is past due on payments.
I have two fields which will be used to determine this. 1) Total due and 2) Installment Amount_1
So if the total due is greater than the installment payment amount that means they are in arrears.
I just can't seem to figure out how to get this to work.
I was thinking I needed an iif statement like this
Delinquent: IIf([RE_Mail_Reminder_6]![Total Due]>[RE_Mail_Reminder_6]![Installment Amount_1],"delinquent")
Do I need this to be an update query to update that field Delinquent? Not sure how this will work.
Thanks