Hi,
thanks for writing. but where in the crosstab query would i use the NZ function?
My crosstab query looks at the fields loc1 and loc2 (the 2 row headings) and looks at the field circuit class as the column and does a count of how many circuits can be found.
TRANSFORM Count(Circuit) AS [The Value]
SELECT Loc1, Loc2, Count(Circuit) AS [Total Of Circuit]
FROM tblCircuit
GROUP BY Loc1, Loc2
PIVOT CircuitClass In ("DS3","OC03","OC12","OC48"
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.