G
Guest
I have two fields that say this:
LoanGoals: IIf([$ Loans]>=350000,"YES")
DepositGoals: IIf([$ Deposits]>=300000,"YES")
Now, in order for the loan officers to receive their bonuses, they have to
meet both loan and deposit goals.
So, can I add a third column that requires a YES to appear only if both
LoanGoals has a YES and DepositGoals has a yes?
LoanGoals: IIf([$ Loans]>=350000,"YES")
DepositGoals: IIf([$ Deposits]>=300000,"YES")
Now, in order for the loan officers to receive their bonuses, they have to
meet both loan and deposit goals.
So, can I add a third column that requires a YES to appear only if both
LoanGoals has a YES and DepositGoals has a yes?