I have poblem to sum all data from data grid can you help me
Loading
Share Your Source Code or Article
Do you have source code, articles, tutorials, web links, and books to share? You can write your own content here. You can even have your own blog.
Submit now...
Submit now...
Sponsor
Receive Free Updates
Today's popular content
- Hotel Reservation System (473)
- Hotel Reservation System (VB.NET) (427)
- Payroll System (425)
- Library Management Software (420)
- A Simple Add, Edit, Delete, and Search using VB and MSAccess (409)
- Students Information System (405)
- How to Add/Update/Delete Record using MS Access Database (405)
- Free Hotel Management System Manual (338)
- Sending SMS using AT Commands via GSM Modem/GSM Phone (receiving SMS-updated) (285)
- Library System Source Code (256)
- 1 of 204
- ››
Random Post
- Address book with populated listbox (4,581)
- Hash my file (1,068)
- Monitoring System using VB (6,663)
- How to increase your income in the internet (1,346)
- Matrix Arithmetic ( addition ,multiply & subtraction) (1,969)
- MySafe (1,762)
- Library Management System(Updated) for second time (9,509)
- Student Records (sql statements ) (13,927)
- Telephone Directory DataBase Version 1.1 (6,081)
- Encrypting Connection Strings (1,912)
- 1 of 133
- ››
Are you sure all the data in datagrid? Or just a column?
please help me to sum data on my datagrid column.
you can use the sum function in the sql command
sample:
dim rssum as new adodb.recordset
rssum.open "select sum(data) as total from table1"
text1.text = rssum!data
you can also use where clause..
you can try this one hope this can help you...
sum of all the rows in the data grid
to know how many rows in there sir
all the rows sir..
to sum it all
as a report in the database
how to sum specific column...example the total number of order by the customer...
sum all the data in the data grid ? or by column?
no one can beat yourself except you . :D
Pages
Add new comment