G
Guest
I want to create a graph where the data is displayed in ascending order by
week. My data has a date field and Access uses Format([Myfield],"ww",0) to
summarise by week. However, my data spans more than one year so the first
week should be 01 2003 then 02 2003 so I've used Format([Myfield],"ww yyyy")
but Access sorts it thus 01 2003, 01 2004, 10 2003 10 2004.
How can I get the data sorted correctly. Also what does the 0 do in the
Format function?
Thanks
week. My data has a date field and Access uses Format([Myfield],"ww",0) to
summarise by week. However, my data spans more than one year so the first
week should be 01 2003 then 02 2003 so I've used Format([Myfield],"ww yyyy")
but Access sorts it thus 01 2003, 01 2004, 10 2003 10 2004.
How can I get the data sorted correctly. Also what does the 0 do in the
Format function?
Thanks