Hello,
I was wondering if you guys and gals could help me out. I have a table that lists dollar amounts. I want a way to find and delete records whose dollar amounts sum to zero. As an example, lets say I have these records:
Record 1 10/1/02 $15.00
Record 2 10/1/02 -$14.00
Record 3 10/1/02 $13.00
Record 4 10/1/02 -$12.00
Record 5 10/2/02 -$15.00
Record 6 10/2/02 $14.00
I want a way to automatically delete records 1 and 5, and 2 and 6. Can anyone suggest a method I could use? Any help would be greatly appreciated.
Thanks,
Eric
I was wondering if you guys and gals could help me out. I have a table that lists dollar amounts. I want a way to find and delete records whose dollar amounts sum to zero. As an example, lets say I have these records:
Record 1 10/1/02 $15.00
Record 2 10/1/02 -$14.00
Record 3 10/1/02 $13.00
Record 4 10/1/02 -$12.00
Record 5 10/2/02 -$15.00
Record 6 10/2/02 $14.00
I want a way to automatically delete records 1 and 5, and 2 and 6. Can anyone suggest a method I could use? Any help would be greatly appreciated.
Thanks,
Eric