Hi Chris,
I notice a difference in the number of records returned by the qry_DataEntry query (195) and the tbl_DataEntry (214) and wondered where you might be missing data. The field in the "Disposition" field in records 169, 173, ... are missing data. They must be filled in with SCR, RWK*, RWK or UAI. You can find those records by building a query using the tbl_DateEntry as the query's table, then place the tbl_DataEntry.* as one of your fields. Then place the field Disposition next to it then type Is Null for the Criteria in the Disposition field and the query will return all records that have the missing data.
Hope this helps
Richard