let me give you a little history on this issue. I have 2 Database link together. One is a progress database and the other is the excel spreadsheet. One of the progress tables (part_master) has a field called "product_line" which I have linked to the excel spreadsheet that has the following information (it goes to decemeber, but for the sake of space, I will go to April):
ProductLine January February March April
100 244.77 202.83 215.97 265.41
120 3.45 5.75 6.90 13.88
140 40.75 70.70 90.82 114.35
130 67.40 75.34 71.61 89.67
800 - - - -
500 - - - -
My issues is trying to get the cummulative sum to show for any given month. I have a formula to show the budget for a product line for a given month, but when i run a "Sum" summary on that formula field it gives me a crazy amount because it is summing for very instance of the occurance (which is the appropriate thing for it to do).
But I need it to only calculate the sum for every distinct occurance and I am drawing a blank.
Thanks in advance and let me know if you need more information
ProductLine January February March April
100 244.77 202.83 215.97 265.41
120 3.45 5.75 6.90 13.88
140 40.75 70.70 90.82 114.35
130 67.40 75.34 71.61 89.67
800 - - - -
500 - - - -
My issues is trying to get the cummulative sum to show for any given month. I have a formula to show the budget for a product line for a given month, but when i run a "Sum" summary on that formula field it gives me a crazy amount because it is summing for very instance of the occurance (which is the appropriate thing for it to do).
But I need it to only calculate the sum for every distinct occurance and I am drawing a blank.
Thanks in advance and let me know if you need more information