Hi there,
I have a table which contains a list of fields that are skills against employees names.
Each skill has the value of B, I or E.
I need a query function to count each B, I & E in each skill set and then to create a table to store them to use in a report. In this created table I need to be able to query to produce percentages to then use in the report.
Any pointers would be appreciated?