Either name the column - Select col1,col2,sum(3) "SumCol" From ...
Then use rs.fields("SumCol")
Or simply use rs.fields(2) - ordinal position in the recordset will work as well...
|
Results 1 to 12 of 12
Thread: ADO Recordset problemThreaded View
|
Click Here to Expand Forum to Full Width |