Hello everyone,
My name is David and I've been following the forum for a while. I've learned a lot but never got to write a post, so here I go!
I'm trying to calculate the California Sales Tax that I have to remit to the state by county (aargh!), and have 3 tables:
1. Zip code and tax collected per order
2. Zip code and county it's located at
3. Total sales tax collected per county
The top of the table looks like this:
What I'm trying to do is match the zip code of each order (first 2 columns) with their respective county (middle 2 columns), and then add them all up to reflect the total sales tax collected per county (last 2 columns). I've been at it for a while but can't figure it out. Thanks a lot beforehand for your help!
My name is David and I've been following the forum for a while. I've learned a lot but never got to write a post, so here I go!
I'm trying to calculate the California Sales Tax that I have to remit to the state by county (aargh!), and have 3 tables:
1. Zip code and tax collected per order
2. Zip code and county it's located at
3. Total sales tax collected per county
The top of the table looks like this:
What I'm trying to do is match the zip code of each order (first 2 columns) with their respective county (middle 2 columns), and then add them all up to reflect the total sales tax collected per county (last 2 columns). I've been at it for a while but can't figure it out. Thanks a lot beforehand for your help!