jammin140900
Registered User.
- Local time
- Today, 22:06
- Joined
- Aug 18, 2008
- Messages
- 35
G'day all,
I have a table with each "Standards" as a Column Heading eg- Std1, Std2, Std3 etc... as each one is a YES/NO field. Background being that if a Company meets certain standards, the user can tick each standard that the company meets. Each of these are associated to a job the company does.
For example, on Job Number 1, did the company meet Std1, Std 2 and then
on Job Number 2, did the company meet Std1, Std2 etc etc
The tblStandards also contains CompanyNumberID (actual details of this is in another table) and JobID.
All I want to do, is to count the number of standards a company meets (not job dependant but in total). Although I am not grouping by job, the query returns a count by company and job. Can anyone advise please?
Thanks
I have a table with each "Standards" as a Column Heading eg- Std1, Std2, Std3 etc... as each one is a YES/NO field. Background being that if a Company meets certain standards, the user can tick each standard that the company meets. Each of these are associated to a job the company does.
For example, on Job Number 1, did the company meet Std1, Std 2 and then
on Job Number 2, did the company meet Std1, Std2 etc etc
The tblStandards also contains CompanyNumberID (actual details of this is in another table) and JobID.
All I want to do, is to count the number of standards a company meets (not job dependant but in total). Although I am not grouping by job, the query returns a count by company and job. Can anyone advise please?
Thanks