I have a query to add total user DOS requests up for the month.
Each record added is datestamped.
My count and sum query adds user totals but is adding totals for each day rather than the whole month so users are showing up several times.
Any idea how to stop it doing this?
I have the...