G
Guest
I've got a simple query that I'm using as the source for a report. It has 5 of the fields from the source table in it - Line, DTCategory, DTHours, DataMonth, and DataYear.
DataMonth and DataYear are expressions that prompt the user to specify which month and year are to be compiled for the report. They are set using the Month and Year function and referencing the field DataDate from the source table
DTCategory has criteria "Is Not Null" to eliminate any blank fields that might be present. I have a Group By setting for all fields except DTHours which has Sum and I've set the result of the Sum(DTHours) to be DTHours. Now that I write that, I'm wondering if that's the problem...the Sum and the source field are named the same
It's a lot of info but I wanted to be sure I painted a complete picture of the query
Any help would be appreciated.
DataMonth and DataYear are expressions that prompt the user to specify which month and year are to be compiled for the report. They are set using the Month and Year function and referencing the field DataDate from the source table
DTCategory has criteria "Is Not Null" to eliminate any blank fields that might be present. I have a Group By setting for all fields except DTHours which has Sum and I've set the result of the Sum(DTHours) to be DTHours. Now that I write that, I'm wondering if that's the problem...the Sum and the source field are named the same
It's a lot of info but I wanted to be sure I painted a complete picture of the query
Any help would be appreciated.