in reply to Re: Sum fields in Array
in thread Sum fields in Array

Good suggestion...I've done that. I am going through a report and pulling various values. My question is when I have is when I hit another group of values that I need to pull from. Should I clear the previous set first by assigning the variables to null. Also should I push the variables into array or wait till have all the variables set and then push them into an array.