Hi,
What type of query would I use to get the following result and how?
Eg table.
[Date] [Total]
01/02/06 100
01/02/06 75
02/02/06 100
02/02/06 50
Result needed
[Date] [SumOfTotal]
01/02/06 175
02/02/06 150
I've tried all I know but still cannot get it.
Help would be appreciated
Thanks
millrat
What type of query would I use to get the following result and how?
Eg table.
[Date] [Total]
01/02/06 100
01/02/06 75
02/02/06 100
02/02/06 50
Result needed
[Date] [SumOfTotal]
01/02/06 175
02/02/06 150
I've tried all I know but still cannot get it.
Help would be appreciated
Thanks
millrat