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...