Click here to Skip to main content
15,898,134 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to total the number in text box from a database from list view using vb.net and Access Database
E.g

Name Stanadrd Fees
Jay SSC 6000
Jon HSC 7000

In textbox
Total 13000
Posted

Well in a 1000 of ways. The easiest one is by doing a query on that table and via SUM command returning the total.

Google a bit around mdb, query, sum etc.
and take a look on this http://www.rogersaccesslibrary.com/forum/topic279.html[^]


Cheers!
 
Share this answer
 
As an alternative answer, you can always use LINQ to get the sum (if for some reason you are unable to change the query).
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900