O
omairiq
I am converting dates into year-week format in access bu this command
format([date],"yyyy"&"-"&"ww")
problem in sorting this is column is that 2009-2 comes after 2009-19 and so
on
how can I add week as 01,02 and 03 so that it gets sorted correctly
thanks
format([date],"yyyy"&"-"&"ww")
problem in sorting this is column is that 2009-2 comes after 2009-19 and so
on
how can I add week as 01,02 and 03 so that it gets sorted correctly
thanks