|
-
Mar 9th, 2000, 05:40 AM
#1
Thread Starter
Lively Member
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
-
Mar 9th, 2000, 10:52 AM
#2
Guru
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...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|