Thread
:
Sum VB code?!?!
View Single Post
03-16-2005, 05:48 AM
#
2
(
permalink
)
rdove
Masked Moderator
Join Date: May 2002
Location: Indianapolis, IN
Posts: 260
You could do it with SQL:
Code:
SELECT SUM(fieldname) AS identity FROM tablename
then in your vb code reference the identity column name you give it
__________________
~Ryan
rdove
View Public Profile
Find More Posts by rdove