I have a database that has a column that contains "CustomersTotals". I need my program to add all of the "CustomersTotals" together and present the total in a lblTotal. I can code everything ecept how to add all of the values that were in the column of "CustomersTotals". Please help me out.
How do you add all currency entries in a column together?