N
Newbie101
I have a lot of data that has debits and credits. Whenever 2 field
(customer/city) matched and the debits and credits sum up to zero, I want to
close out both lines by having "Closed" in a status column.
sample:
customer1 LA 100.00
customer1 LA -100.00
customer2 LA 100
customer2 SF -100
When i run a summary query, customer1 will come up as 0 and i would like to
use an update query to update the data on the "status" field. But since
customer2 is different in city, i don't want that field to be closed.
Is there a update query that will do that? Thank you!
(customer/city) matched and the debits and credits sum up to zero, I want to
close out both lines by having "Closed" in a status column.
sample:
customer1 LA 100.00
customer1 LA -100.00
customer2 LA 100
customer2 SF -100
When i run a summary query, customer1 will come up as 0 and i would like to
use an update query to update the data on the "status" field. But since
customer2 is different in city, i don't want that field to be closed.
Is there a update query that will do that? Thank you!