For some reason I can count the total rows, if that is all I want, but if I want other fields as well, I receive an error that there is either a mislinked field or no data exists (although I know there is).
This is the query code:
Just call me Spunky
This is the query code:
Code:
SELECT DEPARTMENT, COUNT(*) AS TTL FROM WO_WORK_ORDER
Just call me Spunky