![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I can use the sum function in a query to get the total number of "yes" entries in a table, but I finish up with a negative number. I've tried working with the ABS function in an expression, without success. Is there an easy answer, please? |
#3
| |||
| |||
|
|
This query will do what you seek: SELECT Abs(Sum(YesNoFieldName)) AS YesCount FROM TableName; Thanks, that works. And the moral is - learn SQL. |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |