Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Billium99 #1
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
-
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();... -
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... -
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 =... -
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... -
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... -
Billium99 #2
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



Reply With Quote

