nonprogrammer
Technical User
Hi,
I would like to sum the values of a field and I am not sure how to go about it.
I tried this but did not work
I would like to sum the values of a field and I am not sure how to go about it.
Code:
<%=(Recordset1.Fields.Item("dollar_amnt").Value)%>
I tried this but did not work
Code:
<%=sum(Recordset1.Fields.Item("dollar_amnt").Value)%>
<%sum(Recordset1.Fields.Item("dollar_amnt").Value)%>