hi,
how do i perform a select sum in DAO? I've tried using the code below but i received an error:
sql="SElect sum(fieldname) as result from table1"
returnvalue = Data1.Database.Execute(sql)
Thanks in advance
|
Results 1 to 3 of 3
Thread: select sum in dao
|
Click Here to Expand Forum to Full Width |