This thing has been driving me nuts. Any help would be much appreciated! I have the following query...
SELECT tbl_Cats.*, tbl_OpenProjects.St, Count(tbl_OpenProjects.CatID) AS NoOfProjects
FROM tbl_Cats
LEFT JOIN tbl_OpenProjects ON tbl_Cats.CatID = tbl_OpenProjects.CatID
WHERE...
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.