I'm sure there's something simple that I'm overlooking in this, but I'm getting Null values when the query runs.
IIf([Net Principal Balance]=0,"No",IIf([System]="CL",IIf([Import - Daily CL Raw]![Non-Accr-Flag]="Y","NonAccrual",IIf([Import - Daily CL Raw]![Non-Accr-Flag]="N","No",IIf([System]="MSP",IIf([Import - Daily MSP Raw]![Accrual Status]=2,"NonAccrual",IIf([Import - Daily MSP Raw]![Accrual Status]=3,"NonAccrual","No")))))))
If it doesnt meet any of the requirements it should show "No". However, when the System = MSP and the Accrual status is lets say 0 or 1, its showing null. Any thoughts?
Thanks!
Guy
IIf([Net Principal Balance]=0,"No",IIf([System]="CL",IIf([Import - Daily CL Raw]![Non-Accr-Flag]="Y","NonAccrual",IIf([Import - Daily CL Raw]![Non-Accr-Flag]="N","No",IIf([System]="MSP",IIf([Import - Daily MSP Raw]![Accrual Status]=2,"NonAccrual",IIf([Import - Daily MSP Raw]![Accrual Status]=3,"NonAccrual","No")))))))
If it doesnt meet any of the requirements it should show "No". However, when the System = MSP and the Accrual status is lets say 0 or 1, its showing null. Any thoughts?
Thanks!
Guy