G
Guest
I am writing a report where the user specifies the beginning date and I go
get the information for the twelve month period that begins with that date.
Once I have the data I need to get a sum of hours worked for the month for
each employee.
The Data should look like this:
Name 02/2004 03/2004 04/2004 ...
Joe 1 3
Jane 3 2
I can accomplish this with a crosstab query but when I do Access displays
the columns in order by an alphanumeric sort. IE: 1/2004 10/2004 11/2004
2/2004
I can't fix this in the queries properties because I have no idea what
months I will be dealing with.
Can anyone help with this?
get the information for the twelve month period that begins with that date.
Once I have the data I need to get a sum of hours worked for the month for
each employee.
The Data should look like this:
Name 02/2004 03/2004 04/2004 ...
Joe 1 3
Jane 3 2
I can accomplish this with a crosstab query but when I do Access displays
the columns in order by an alphanumeric sort. IE: 1/2004 10/2004 11/2004
2/2004
I can't fix this in the queries properties because I have no idea what
months I will be dealing with.
Can anyone help with this?