S
Spidey3721
I am trying to put together a totals query that will sum up job costs
([Cost]), grouped by both [ProjectID] and by [CategoryID] (Cost Category).
I was getting some very high and inaccurate numbers for one of the projects,
so to try and troubleshoot I changed the Total row under the [Cost] field
from SUM to COUNT. I noticed that, for the job that is giving me inaccurate
numbers, the count is extremely high and does not match what I see when I
view the table itself.
(Normally each job has 2 or three cost entries for each category. This one
job is showing over 100 and when I view hte table - there are only the 2 or
3 that I would expect to see...)
Does anyone have any idea where these "phantom" cost entries could be
hiding, and how I might be able to delete them ?
([Cost]), grouped by both [ProjectID] and by [CategoryID] (Cost Category).
I was getting some very high and inaccurate numbers for one of the projects,
so to try and troubleshoot I changed the Total row under the [Cost] field
from SUM to COUNT. I noticed that, for the job that is giving me inaccurate
numbers, the count is extremely high and does not match what I see when I
view the table itself.
(Normally each job has 2 or three cost entries for each category. This one
job is showing over 100 and when I view hte table - there are only the 2 or
3 that I would expect to see...)
Does anyone have any idea where these "phantom" cost entries could be
hiding, and how I might be able to delete them ?