site ID!

andrewvranjes

Registered User.
Local time
Tomorrow, 01:29
Joined
Jun 19, 2002
Messages
23
guys!

i am having trouble displaying SiteID field.

i have only modified your sql code by adding SiteID into it and taking out JobCode.........

SELECT CompanyName, JobCode, Count(*) as NumOfRecords
FROM [BP Hose query]
GROUP BY CompanyName, JobCode

SELECT CompanyName, SiteID, Count(*) as NumOfRecords
FROM [BP Hose query]
GROUP BY CompanyName, SiteID

and a dialog box appears asking for the SiteID !

i dont get it!

please help again!




Andrew
 
Check to make sure that SiteID is in the query BP Hose Query.

David
 

Users who are viewing this thread

Back
Top Bottom