How do you show a sum of field values in ASP 1.0?

celldude92

New member
I have an Access Database where a table is stored, consisting of two fields: Name and Number of People attending. I have created an ASP page that shows the table entries. However, at the end of the table I would like to show a sum of the "Number of People attending" field values. That way, we will know how many meals to prepare for our organization's banquet.

I have found plenty of methods for doing this in ASP.NET (ASP 2.0), but my web server only supports the original ASP (ASP 1.0).

Can someone please tell me how to do this?
 
Back
Top