worldcrafter
New member
- Local time
- Today, 15:37
- Joined
- Feb 9, 2004
- Messages
- 7
I have the following "Yes/No" fields in a table:
applying 1
applying 2
applying 3
applying 4
In a query I am trying to get the total number of times a check box was checked for these fields. In query design view, I clicked on the Sigma sign and set the total row for the above fields to "Sum". The problem is that the sums for the fields are correct numerically, but they have a negative number in front of them.
For example, if the "applying 1" field was checked 5 times out of all the records in my table, then my query will show the total "-5" for the sum when I run the query.
what is causing the query to give a negative number, and how can I fix it so it becomes positive?
applying 1
applying 2
applying 3
applying 4
In a query I am trying to get the total number of times a check box was checked for these fields. In query design view, I clicked on the Sigma sign and set the total row for the above fields to "Sum". The problem is that the sums for the fields are correct numerically, but they have a negative number in front of them.
For example, if the "applying 1" field was checked 5 times out of all the records in my table, then my query will show the total "-5" for the sum when I run the query.
what is causing the query to give a negative number, and how can I fix it so it becomes positive?