S
Simon
I have the following query that counts the brochure requests we have
had. It works fine but if we have not had any it does not dispay 0. how
do i make it dispaly 0
SELECT Count(tblBrochure.BrochureRequestID) AS CountOfBrochureRequestID
FROM tblBrochure;
Thanks
had. It works fine but if we have not had any it does not dispay 0. how
do i make it dispaly 0
SELECT Count(tblBrochure.BrochureRequestID) AS CountOfBrochureRequestID
FROM tblBrochure;
Thanks