S
Stephen
Hi All.
I have table that contains a date field. There are many
records with different dates that go throughout the year.
I want to group the dates into months and have a column of
months and totals of data from the many records.
example data;
08/01/2004 31 10 1
09/01/2004 97 05 1
12/01/2004 40 01 1
13/02/2004 48 0 1
14/02/2004 27 0 1
15/03/2004 49 15 1
16/03/2004 59 5 1
19/03/2004 46 5 1
Required result
Jan 168 16 3
Feb 75 0 2
Mar 154 25 3
Many thanks
Stephen
I have table that contains a date field. There are many
records with different dates that go throughout the year.
I want to group the dates into months and have a column of
months and totals of data from the many records.
example data;
08/01/2004 31 10 1
09/01/2004 97 05 1
12/01/2004 40 01 1
13/02/2004 48 0 1
14/02/2004 27 0 1
15/03/2004 49 15 1
16/03/2004 59 5 1
19/03/2004 46 5 1
Required result
Jan 168 16 3
Feb 75 0 2
Mar 154 25 3
Many thanks
Stephen