tallying values of a given field

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default tallying values of a given field

    Hi All, Have some fields on a form where the survey-taker is going to rank
    some values 1-5 I'd then like to grab all submittal values for a given field
    and simply add them together. My field is set to type 'number', but can anyone
    recommend a tutorial, SQL query, or simple DW behavior to set up the SUM
    behavior I'm looking for? Never done anything like this before. Bill

    Billium99 Guest

  2. Similar Questions and Discussions

    1. Getting values from a field in a pdf
      I have written the following piece of code to get the value from a field in a pdf. ASTCount* nLength; AVDoc myAVDoc = AVAppGetActiveDoc();...
    2. Can you concatenate recordset values in one field?
      Hi I have an Access db which stores, amongst other things, details of small mailing lists, people who have received a particular mailing. Because...
    3. Best way to access field values using ADO.
      Is there any difference, performance-wise, between these two methods? Method 1: szSQL = "SELECT fld1, fld2, fld3 FROM tbl1" Set objRS =...
    4. comparing field values
      Hi I have a problem...I need to be able to compare the values entered in a series of fields against a set of rules. For example, lets say I have...
    5. Using Field Values in If/Then/Else Statements
      I need to know how to use the value of a table field in a If...Then...Else... statement. I'm using an expression to merge data from several fields...
  3. #2

    Default Re: tallying values of a given field

    So this website had what I was looking for in case anyone was curious...

    [url]http://www.techonthenet.com/sql/sum.htm[/url]

    I knew there was a SUM function in SQl, but had never had to use it...

    Bill
    Billium99 Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139