G
Guest
I created a query that will count the total Work Orders by Week and I have
Chart for that: y- count of WO and x- Week, Year.
In the Query I have:
WO# - Count
Week: Format([ReportedDate],â€wwâ€â€, “â€yyyyâ€)
It’s shows like: 6, 2007 20,2007 ….
It is working, but the problem is that access is showing week 20 before 6
(it is recognizing 20 like smaller then 6 or 7).
So in the chart the weeks are: 20,2007 6,2007 7,2007…
What am I doing wrong?
Thanks for the help.
Chart for that: y- count of WO and x- Week, Year.
In the Query I have:
WO# - Count
Week: Format([ReportedDate],â€wwâ€â€, “â€yyyyâ€)
It’s shows like: 6, 2007 20,2007 ….
It is working, but the problem is that access is showing week 20 before 6
(it is recognizing 20 like smaller then 6 or 7).
So in the chart the weeks are: 20,2007 6,2007 7,2007…
What am I doing wrong?
Thanks for the help.