I hope I'm doing this right. I am a novice. The original crosstab query was great except it gave me all cases completed.
TRANSFORM Count(Intake2.Comp) AS CountOfComp
SELECT Intake2.[T/N/D], Count(Intake2.Comp) AS [Total Completed]
FROM Intake2
GROUP BY Intake2.[T/N/D]
PIVOT Intake2.Opr...
Thank you for your replies. I want to say I mistyped when I posted. I did have the beginning bracket when I did the query. I was in a hurry when I posted the message and accidentally left it out. You guys are great in catching that. The actual error message was Microsoft Jet database engine...
I am new to Access (we use version 97). I have a crosstab query which gives me type of case (row heading) and opener (column heading). It gives me the count of those marked completed for each record in the table. What I'd like to do is narrow that to specify a date range (between..and..) I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.