E
elena
Hi, All
I am using Access 2003.
I have a query:
PARAMETERS [Enter Start Date] DateTime, [Enter End Date] DateTime;
TRANSFORM COUNT(Master.TicketNo) AS CountofTicks
SELECT [ViolCd] & " " & [ViolDescrip] AS Viol
FROM Master
WHERE Master.IssDate Between [Enter Start Date] AND [Enter End Date]
GROUP BY [ViolCd] & " " & [ViolDescrip]
PIVOT IIf([ActCd]="10","Valid","Void");
I need to create report on this query, when i start with the report wizard,
i can select the query, but no fields available for the report... is it
possible because of the
parameters?
I want click on the report, enter parameters and view or print report,
Please, help
I am using Access 2003.
I have a query:
PARAMETERS [Enter Start Date] DateTime, [Enter End Date] DateTime;
TRANSFORM COUNT(Master.TicketNo) AS CountofTicks
SELECT [ViolCd] & " " & [ViolDescrip] AS Viol
FROM Master
WHERE Master.IssDate Between [Enter Start Date] AND [Enter End Date]
GROUP BY [ViolCd] & " " & [ViolDescrip]
PIVOT IIf([ActCd]="10","Valid","Void");
I need to create report on this query, when i start with the report wizard,
i can select the query, but no fields available for the report... is it
possible because of the
parameters?
I want click on the report, enter parameters and view or print report,
Please, help