comp.lang.basic.visual.misc
Discussion:
vb qustion
(too old to reply)
Hari Kumar
2012-06-19 08:52:59 UTC
Permalink
what is the code to add the numbers containing in a column of MS
Access DB and retrive in VB
Deanna Earley
2012-06-19 09:41:12 UTC
Permalink
Post by Hari Kumar
what is the code to add the numbers containing in a column of MS
Access DB and retrive in VB
How are you accessing the database?
A simple SQL query will do it:
"Select Sum(ColumnToSum) As SumOfColumn From Table;"
--
Deanna Earley (***@icode.co.uk)
i-Catcher Development Team
http://www.icode.co.uk/icatcher/
iCode Systems
(Replies direct to my email address will be ignored.
Please reply to the group.)
1 Reply
1 View
Permalink to this page
Disable enhanced parsing
Thread Navigation
Hari Kumar
2012-06-19 08:52:59 UTC
Deanna Earley
2012-06-19 09:41:12 UTC
Loading...