Viewing 4 posts - 1 through 4 (of 4 total)
When I copied the query into MS Access - I got and error talking about the keyword AS. So I removed the second AS facility and it didn't give me...
June 25, 2007 at 12:01 pm
I copied your query and still get no results back - just field names with no data - I'm sure its me but what am I doing wrong. StateID is...
June 25, 2007 at 11:43 am
They can have any number of certificates - that is why I do it by StateID
June 25, 2007 at 11:32 am
SELECT COUNT(DISTINCT dbo.[Web-Registration-Golf].StateID) AS Lvl2NonPlayCount, dbo.[Web-Registration-Golf].Delegation AS Facility
FROM dbo.[Web-Registration-Golf] INNER JOIN
dbo.certifs ON dbo.[Web-Registration-Golf].StateID = dbo.certifs.Owner
WHERE (dbo.[Web-Registration-Golf].Unified = 0) AND (dbo.[Web-Registration-Golf].Coach = 1) AND (dbo.certifs.Kind = 'sptf') AND
(dbo.certifs.Misc...
June 25, 2007 at 11:13 am
Viewing 4 posts - 1 through 4 (of 4 total)