Hi guys,
In my query in design view I have managed to pull through all the values for each month in 2011, by putting the following in the date field:
Like "**/01/2011"
Like "**/01/2011"
Etc.
This field is hidden, I have added another identical field with no Like instances to view the results, however I need to group the results so they don’t read:
100 04/01/2011
170 18/01/2011
90 02/02/2011
160 15/02/2011
And appear as:
270 01/2011
250 02/2011
In addition to this I need another field that sums the value of the months.
Many thanks,
Adele x