G
Guest
How do I remove all the records which have the sum of zero from an access
table?
If I have some records as follows:
F1 F2 F3 Amt
199 200 201 100
199 200 201 -100
199 200 201 500
I want to pull out the first two record because their sum equal to zero.
Thanks
table?
If I have some records as follows:
F1 F2 F3 Amt
199 200 201 100
199 200 201 -100
199 200 201 500
I want to pull out the first two record because their sum equal to zero.
Thanks