AGoodGuy
Programmer
- Aug 16, 2011
- 32
I want to give more details..this is what I have
Added Policy Fee:IIF([DanPols Renewal].STATE]=”AAL”, IIf(Mid([dbo_ppols]![policyno],4,2)="00","New Business","Renewal") IIF [DanPols Renewal].Term ="1" or "3" or "6" or "12" then Add the [ppols renewal].fee
Basically If in the state of Alabama (ALA) and if the (Term) is 6 months and the description is "renewal" then add the policy fee to it.
Added Policy Fee:IIF([DanPols Renewal].STATE]=”AAL”, IIf(Mid([dbo_ppols]![policyno],4,2)="00","New Business","Renewal") IIF [DanPols Renewal].Term ="1" or "3" or "6" or "12" then Add the [ppols renewal].fee
Basically If in the state of Alabama (ALA) and if the (Term) is 6 months and the description is "renewal" then add the policy fee to it.