hello there!
how do i get the sum in datagrid e.g in cell(2) values are:
600
700
200
total=1500

adodc1.recordsource ="select * from mytable where id_no=2"

then i will pass sum in the label1.caption = total in datagrid.cell(8)

tnx a lot