Hello all,
I have a table (tblComponentCriticality) with the following fields:
SystemNumber
Tagnumber
compclass
The SystemNumber and Tagnumber fields make up a concatenated PK. SystemNumber is also an FK for another table, which lists all systems by number and name. The field complcass can be "Critical", "Non-Critical" or empty (not yet assessed).
What I want to try and do is make a report that lists each system, how many Tagnumber values are associated with each system in the table, how many of those are Critical, Non-Critical, and not yet assessed.
I've been fiddling with the Count expression and can get the number of tagnumber fields per system to appear, one system at a time. I can get a list of system numbers to appear, etc. What I would really like to know is how to combine all of these things together. Any suggestions? Please help!
Thanks,
Chris
I have a table (tblComponentCriticality) with the following fields:
SystemNumber
Tagnumber
compclass
The SystemNumber and Tagnumber fields make up a concatenated PK. SystemNumber is also an FK for another table, which lists all systems by number and name. The field complcass can be "Critical", "Non-Critical" or empty (not yet assessed).
What I want to try and do is make a report that lists each system, how many Tagnumber values are associated with each system in the table, how many of those are Critical, Non-Critical, and not yet assessed.
I've been fiddling with the Count expression and can get the number of tagnumber fields per system to appear, one system at a time. I can get a list of system numbers to appear, etc. What I would really like to know is how to combine all of these things together. Any suggestions? Please help!
Thanks,
Chris