E
Ed
I have a table that lists Trouble Reports (TR). I need a query that will
show a cumulative total for each month over the year, like:
Date CountOf Opened TotalOpened
Feb '05 45 45
Mar '05 21 66
Apr '05 5 71
My table has the follwing fields:
dteDateOpen as date, sTRdesc as string
I can count the dteDateOpen for each month, but how do I get the total for
each month. This will feed a bar chart, so I do not want a 'report'.
ed
show a cumulative total for each month over the year, like:
Date CountOf Opened TotalOpened
Feb '05 45 45
Mar '05 21 66
Apr '05 5 71
My table has the follwing fields:
dteDateOpen as date, sTRdesc as string
I can count the dteDateOpen for each month, but how do I get the total for
each month. This will feed a bar chart, so I do not want a 'report'.
ed