P
PetNetwork
I am accustomed to creating crosstab queries in Crystal Reports and am having
difficulties with obtaining the same group by week result with an Access
Crosstab Query.
Using the datepart function I got the week number and year from the field
[Date_Received]
Week Year A B C
1 2006 20 30 10
2 2006 5 7 3
I am trying to get the following output
Date A B C
1/1/2006 20 30 10
1/8/2006 5 7 3
Where the first Column is the first date of each week of the year.
Can anyone tell me the formula to use to obtain this result?
Thanks.
Currently I have
difficulties with obtaining the same group by week result with an Access
Crosstab Query.
Using the datepart function I got the week number and year from the field
[Date_Received]
Week Year A B C
1 2006 20 30 10
2 2006 5 7 3
I am trying to get the following output
Date A B C
1/1/2006 20 30 10
1/8/2006 5 7 3
Where the first Column is the first date of each week of the year.
Can anyone tell me the formula to use to obtain this result?
Thanks.
Currently I have