Hi, I have the following expression:
ClaimAmtDue: IIf(TblMasterClaimsRecord![Claim Number] Like "14*","$200","$350")
I also need the following incorporated into the expression but having trouble:
if Type of Loss = "RPT" then $100 else $350
Any help would be appreciated