I
Isaac Sanchez
How Ya'll Doin'!!
How would I calculate a total of some of the rows in a column!!
I have a table:
Week Route Stop # Box Count Weight
45 A 1 5 50
45 A 2 10 100
45 B 1 15 150
45 B 2 20 200
45 C 1 25 250
45 C 1 30 300
I want to calculate the Box Count and Weight for each Route!
How would I do this with in a form?
Put some code behind a command button?
Thanks In Advance
Isaac Sanchez
How would I calculate a total of some of the rows in a column!!
I have a table:
Week Route Stop # Box Count Weight
45 A 1 5 50
45 A 2 10 100
45 B 1 15 150
45 B 2 20 200
45 C 1 25 250
45 C 1 30 300
I want to calculate the Box Count and Weight for each Route!
How would I do this with in a form?
Put some code behind a command button?
Thanks In Advance
Isaac Sanchez