Running total in a query

  • Thread starter Thread starter JimP
  • Start date Start date
J

JimP

Can this be done? e.g. to show cume units in the query

#Units Ordered Cume Units
PartA 3 3
PartB 5 8
PartC 8 16
 
It's impossible for any one to say without knowing what your tables look
like.
 
Take a look at the post "My running sum didn't work either" just below dated
6/20/2007. It should give you enough to work this one out.
 
Back
Top