Hi! I need to add a sum-collumb to a table. This is something that would be easy in excell, but I don't know about access...
My table looks like this:
Job date Quantity needed quantity on hand quantity availuble
5555 7/15/02 6 30
5555 7/17/02 10 30
5555 7/21/02 15 30
5555 7/25/02 18 30
4321 7/15/02 10 15
4321 7/16/02 7 15
4321 7/19/02 8 15
I need to fill in the quantity availuble. This will be the difference of the quantity currently on hand and the quantity needed, and gets smaller for each job.
So for the example it would look like this:
Job date Quantity needed quantity on hand quantity availuble
5555 7/15/02 6 30 24
5555 7/17/02 10 30 14
5555 7/21/02 15 30 -1
5555 7/25/02 18 30 -19
4321 7/15/02 10 15 5
4321 7/16/02 7 15 -2
4321 7/19/02 8 15 -10
This way we can tell exactly when we will run out of parts, and I can set alerts to tell the workers when to order more.
What is the best way to get that extra collumb in my table?
Thanks!
-Brad
My table looks like this:
Job date Quantity needed quantity on hand quantity availuble
5555 7/15/02 6 30
5555 7/17/02 10 30
5555 7/21/02 15 30
5555 7/25/02 18 30
4321 7/15/02 10 15
4321 7/16/02 7 15
4321 7/19/02 8 15
I need to fill in the quantity availuble. This will be the difference of the quantity currently on hand and the quantity needed, and gets smaller for each job.
So for the example it would look like this:
Job date Quantity needed quantity on hand quantity availuble
5555 7/15/02 6 30 24
5555 7/17/02 10 30 14
5555 7/21/02 15 30 -1
5555 7/25/02 18 30 -19
4321 7/15/02 10 15 5
4321 7/16/02 7 15 -2
4321 7/19/02 8 15 -10
This way we can tell exactly when we will run out of parts, and I can set alerts to tell the workers when to order more.
What is the best way to get that extra collumb in my table?
Thanks!
-Brad