Please teel what is wrong with this.
TRANSFORM Sum(quyWhs2.SumOfKeyStrokes) AS SumOfSumOfKeyStrokes
SELECT quyWhs2.OperID, quyWhs2.date1
FROM quyWhs2
WHERE (((quyWhs2.date1)=[please enter date]))
GROUP BY quyWhs2.OperID, quyWhs2.date1
PIVOT quyWhs2.Codes;
John Spencer said:
Please copy and post the SQL of your query.
(Possibly unneeded instructions follow)
Open the query
Select View:Sql from the Menu
Select all the text
Copy it
Paste it into the message
Floyd Forbes said:
When I do the parameter query it queries everything and not just the
date.
What am I doing wrong?
Floyd
Make use you enter the query parameter data types. Select
Query->Parameters and enter:
[enter start date] Date/Time
--
Duane Hookom
MS Access MVP
--
Is there a way to have a crosstab query prompt the user for criteria?
I tried everything and continue to get the jet engine does not
recongnize
[enter start date] as a vaild field name or expression. Can someone
please help
Floyd