E
elena
Hi, All
I have a query, all credits to (Chris2)
TRANSFORM Nz(COUNT(TempTicks.TicketNo),0) AS CountOfTick
SELECT TempTicks.Shield
FROM TempTicks
GROUP BY TempTicks.Shield
PIVOT fWeekdayName(DatePart("w",TempTicks.IssueDate)) & " " &
TempTicks.IssueDate;
Result:
Sheld Sunday 09/17/2007 Monday 09/11/2007 .... Total
999 35 45 80
?
111 60 15 75
?
_______________________________________________
Total 95 ? 60 ? 155 ?
How can i set "Control source" property for the Totals in the singal record
and for the column?
Please, help
I have a query, all credits to (Chris2)
TRANSFORM Nz(COUNT(TempTicks.TicketNo),0) AS CountOfTick
SELECT TempTicks.Shield
FROM TempTicks
GROUP BY TempTicks.Shield
PIVOT fWeekdayName(DatePart("w",TempTicks.IssueDate)) & " " &
TempTicks.IssueDate;
Result:
Sheld Sunday 09/17/2007 Monday 09/11/2007 .... Total
999 35 45 80
?
111 60 15 75
?
_______________________________________________
Total 95 ? 60 ? 155 ?
How can i set "Control source" property for the Totals in the singal record
and for the column?
Please, help