View Full Version : accumulating data


foobar182
10-03-2001, 11:44 AM
hi. I have a list of data i want to graph. Only thing is, i need it to accumulate. for example
lets say we have this data
1. 50
2. 50
3.100
4.150


when this plots i need it to plot the points with values like this
1.50
2.100
3.200
4.350

see how it would add as it goes? i have no clue

Rich
10-03-2001, 01:53 PM
Look up Running Sums in help for examples.
You might find the graphs better and the running sums easier in Excel
Best of luck.

foobar182
10-04-2001, 05:00 AM
yah excel would be nice but it need this to work for any length of data and it needs to be automated with is a pain when kicking data out to excel. ill check the running sums though

Pat Hartman
10-04-2001, 12:28 PM
Please don't repost the same question. It just causes confusion for all of us. There have been MANY questions and answers on this topic. You can find them by using the forum search feature. Here's a link to one I posted recently:
http://www.access-programmers.co.uk/ubb/Forum3/HTML/002185.html

mr moe
09-23-2003, 09:54 AM
Does anyone know who this is done in Access? Thanks

mr moe
09-23-2003, 10:07 AM
Guys I never had a successful reply from anybody is that because the questions I ask are hard to answer. thanks.

dcx693
09-23-2003, 10:26 AM
You could do a search and find links like this: Accumulative sums (http://www.access-programmers.co.uk/forums/showthread.php?s=&threadid=49466)