You need to do 8 crosstab queries and one final query that adds them all up.
In your cross tab queries you will have as the row, Contractid, Company name, consultant name, Date of Service, Date Audit completed, Main Auditor.
For the Column, you will put in the first query, Tbl_Main.CFMI1. And for the count, you will also put Tbl_Main.CFMI1.
For the next query, you will set it up the same way, but for the column and count, instead of CFMI1, you will put CFMI2.
You will do this same thing for all 8 queries and then for the final query, you will create a query that has all the info in the 2nd paragraph above and then add all 8 queries to this one and total up the counts fields from each of the crosstabs.
Let me know if that does not make sense to you.