Ed_Farias
Mar 9th, 2000, 04:40 AM
Is there a way using the msflex grid to post the total number of entries in one column. For example, I do a query for all computers with less than 64mb of ram, and show all the ones in the msflexgrid, can I total it somehow. Thanks
Clunietp
Mar 9th, 2000, 09:52 AM
You'll have to total it manually -- loop thru the recordset and accumulate as you go -- add a new row to the end of the Flexgrid (or where ever) and display your results.
You could also retrieve a new recordset using SQL SUM functions and then display the results...