A
alr7al
Hi there,
It's simple code but I got some problem with it, this is the code:-
==========
TRANSFORM Count(cars_info.ID) AS CountOfID
SELECT cars_info.[car type], Count(cars_info.ID) AS [Total Of ID]
FROM cars_info
GROUP BY cars_info.[car type]
PIVOT cars_info.site;
==========
I want to put 0 or - in the two fields which in red
And this is the picture of it in view mode:-
http://www.alr7al.net/Image1.JPG
That is all.
thanx
It's simple code but I got some problem with it, this is the code:-
==========
TRANSFORM Count(cars_info.ID) AS CountOfID
SELECT cars_info.[car type], Count(cars_info.ID) AS [Total Of ID]
FROM cars_info
GROUP BY cars_info.[car type]
PIVOT cars_info.site;
==========
I want to put 0 or - in the two fields which in red
And this is the picture of it in view mode:-
http://www.alr7al.net/Image1.JPG
That is all.
thanx