A
alecarnero
I have a listbox with many rows one of the columns is price , is posible
obtain the sum of the rows in determinated column????
My listbox show this (example)
Item Price Qtd Total
Sock 10 2 40
Shirt 20 4 80
Sweater 30 3 90
How i can I add the third column total???
i use this line in vb for populate the listbox
Me.Lista69.RowSource = "select idvenda,codigo,produto,qtd,unit,total from
tbvenda WHERE nvenda like " & nven & " "
Me.Lista69.Requery
thanks in advance by any ideia
obtain the sum of the rows in determinated column????
My listbox show this (example)
Item Price Qtd Total
Sock 10 2 40
Shirt 20 4 80
Sweater 30 3 90
How i can I add the third column total???
i use this line in vb for populate the listbox
Me.Lista69.RowSource = "select idvenda,codigo,produto,qtd,unit,total from
tbvenda WHERE nvenda like " & nven & " "
Me.Lista69.Requery
thanks in advance by any ideia