Looking for some help. I have two fields, AccountNumber and Disposition. Disposition can be a "S"(suspended) or D (Delivered). I want a report listing all the accountnumbers that have an "S" in the Disposition field. The tricky part is that when an account is taken out of Suspension it creats another object with the same account number. That means I can have account 123 w, a "D" in Disposition and account 123 w/ a "S" in Suspension.
All I want on the report is accounts w, "S" in disposition that don't have a duplicate w/ a "D" in Disposition. That is if an account 123 has a "D" and 123 has a "S", I don't want it. If account 123 has a "S" and it is not in database w/ a "D", I want it.
Hopefully I haven't made the above to confusing.. Thanks for any help..
Mike
All I want on the report is accounts w, "S" in disposition that don't have a duplicate w/ a "D" in Disposition. That is if an account 123 has a "D" and 123 has a "S", I don't want it. If account 123 has a "S" and it is not in database w/ a "D", I want it.
Hopefully I haven't made the above to confusing.. Thanks for any help..
Mike