N
Neil
In a query I would like to be able to show a date as Monday, Tuesday,
Wednesday etc. Now I know I can use the long date, but this does not allow
me to query a large date range and to group by day of week and sum the data
so that I can see:
date range 01/01/07 to 12/31/07 as:
DAY HOURS
Monday 2000
Tuesday 1100
Wednesday 1500
etc.
Thanks for any suggestions. I am not a programmer so VBA code is possible
only if all I have to do is cut and paste it in.
Wednesday etc. Now I know I can use the long date, but this does not allow
me to query a large date range and to group by day of week and sum the data
so that I can see:
date range 01/01/07 to 12/31/07 as:
DAY HOURS
Monday 2000
Tuesday 1100
Wednesday 1500
etc.
Thanks for any suggestions. I am not a programmer so VBA code is possible
only if all I have to do is cut and paste it in.