That does not seem to be what I want. Maybe I am using it wrong. What I want to do is to retrieve 2 fields out of the child record (Dues Paid). The fields are MDID and SSN. I want to delete the child records and then recalculate the members balances after the records are deleted.
I need to get the SSN out before I delete the record so that I know which member to recalculate
So I just want to temporarily hold the MDID and SSN field in a temporary storage place for multiple rows so that I can loop through the structure after the delete and recalculate balances.