Results 1 to 2 of 2

Thread: Adding all the rows in a fied together!

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2000
    Posts
    6

    Question

    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?

  2. #2
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844
    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
  •  



Click Here to Expand Forum to Full Width