|
-
Jul 3rd, 2000, 10:29 AM
#1
Thread Starter
New Member
I am trying to add all the entries in a single field table together and display the result in a text box. And also is there a way of accessing certain rows?
-
Jul 3rd, 2000, 10:46 AM
#2
Guru
you want the SUM of the rows, or you want to concatenate the text/string values to form a single value of strings?
if you want the SUM, you can do it via a single SQL statement, but if you want to concatentate, you'll need to do it programmatically (looping & concatenating with a recordset)
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
|