It's been a while since I have done this so I am a little rusty. Please forgive me.
I have a recordset that returns recordsets properly. One of the fields is a (money) field in the SQL db.
My task:
example: If the money field returns 10 records I need to display all records and then SUM all of the records at the bottom. Can I use an open RS to SUM the field or should I use another method
amount
-------
20.00
-------
40.00
-------
30.00
-------
90.00(Sum)
Thanks in advance.
I have a recordset that returns recordsets properly. One of the fields is a (money) field in the SQL db.
My task:
example: If the money field returns 10 records I need to display all records and then SUM all of the records at the bottom. Can I use an open RS to SUM the field or should I use another method
amount
-------
20.00
-------
40.00
-------
30.00
-------
90.00(Sum)
Thanks in advance.