Hello all:
I have a main table that i attached to a history table. My main table(Claims) can have several lines and it contains Claim#, Membr#, Service_Date and Payment_Amnt.
Now I have to compate this to a history table that has also, several records for a single member. (fields are: member#, Plan_Cd, Start_Effective_Date, Termination_Date). So if a member change plan, a record will be created. If its active the current record Termination_Date = 12/31/9999.
Heres my question. How can I print a report that shows payments made after a member has been terminated? How do I express that in a formula? The tricky part is, if there is a gap in the membership, and during that time, a service was provided. My company wants to recover those $$$.
thank you
I have a main table that i attached to a history table. My main table(Claims) can have several lines and it contains Claim#, Membr#, Service_Date and Payment_Amnt.
Now I have to compate this to a history table that has also, several records for a single member. (fields are: member#, Plan_Cd, Start_Effective_Date, Termination_Date). So if a member change plan, a record will be created. If its active the current record Termination_Date = 12/31/9999.
Heres my question. How can I print a report that shows payments made after a member has been terminated? How do I express that in a formula? The tricky part is, if there is a gap in the membership, and during that time, a service was provided. My company wants to recover those $$$.
thank you