mcnicollwj02
New Member
- Joined
- Nov 6, 2020
- Messages
- 11
- Office Version
- 365
- Platform
- Windows
I have a simple query of a table containing names, month end dates and labor hours. The query is simply a sum of hours by name. For one name having entries for hours that are all less than 1, the query gives a sum of zero. If I change a value in the table to 1, the query gives a result of 1. If I put in any number >1, the query will pick it up. But when all values are <1, the query results in zero. All other data seems to be summing as expected.
Why would the query give a result of zero and how do I get it to give the correct sum?
Why would the query give a result of zero and how do I get it to give the correct sum?