annsolomon
MIS
I want to track the balance due on our health claims. I have a TransAmt field and a TransType field (e.g., "Approved", "Denied", "Pended", "Adjusted".
I only want to consider TransAmt if the TransType is "Approved" or "Adjusted"; Claims that are pended or denied still leave the full balance open so I want to ignore the TransAmt field when the TransType is "Pended" or "Denied".
Can someone help me with putting this query together. I'm tripping over my feet trying to use the IIf function.
Ann
I only want to consider TransAmt if the TransType is "Approved" or "Adjusted"; Claims that are pended or denied still leave the full balance open so I want to ignore the TransAmt field when the TransType is "Pended" or "Denied".
Can someone help me with putting this query together. I'm tripping over my feet trying to use the IIf function.
Ann