GeorgeDurkee
Programmer
I have a datagrid that has number of rows. The columns are all numbers and I want to generate a total for each column as well as each row...
like this
Column1 column 2 column 3 total
1 1 1 3
2 1 1 4
1 2 .5 3.5
total 4 4 2.5 10.5
My problem is moving down the rows. I cannot find a move next or set row or anything else that lets me down the grid. I can detemine how many rows I have by Approxcount, but not how to move.
Any ideas?
Thanks
like this
Column1 column 2 column 3 total
1 1 1 3
2 1 1 4
1 2 .5 3.5
total 4 4 2.5 10.5
My problem is moving down the rows. I cannot find a move next or set row or anything else that lets me down the grid. I can detemine how many rows I have by Approxcount, but not how to move.
Any ideas?
Thanks