S
Stephen
I have a table that contains a date field, and some
additional numerical value fields. The data in the date
field ranges from 01jan04 to present day.
I want to create a query that sums all the records for
each numerical field per month. Thus providing a total
for each month.
Currently I'm using;
But my problem is that all months have different amount of
days. Therefore I really want to just difine January or
February. Could someone please help?
Many thanks for your help.
Stephen
additional numerical value fields. The data in the date
field ranges from 01jan04 to present day.
I want to create a query that sums all the records for
each numerical field per month. Thus providing a total
for each month.
Currently I'm using;
between 01/01/04 and 31/01/04#01/05/2004# And <#01/05/2004# or
But my problem is that all months have different amount of
days. Therefore I really want to just difine January or
February. Could someone please help?
Many thanks for your help.
Stephen