All
I have attached a small sample to explain what I am trying to do...
Basically, I have a table with lots of Fields, Q1, Q2, Q3, Q4, Q5, Q6 and so on.
There are various codes in those fields.
All I want to do is then have a query with a count of each individual code.
The only way I can think of doing this is by having a query for each Q field and then create another query that joins all the queries, Using LEFT JOINS.
This is the sample I have attached (although on a small sample of fields for ease of understanding). The problem with this is that I would have to do 97 queries in total, the 96 for each Q field and then the one to combine them all.
Can I do this with on Query, or do you have any other suggestions.
Thanks
I have attached a small sample to explain what I am trying to do...
Basically, I have a table with lots of Fields, Q1, Q2, Q3, Q4, Q5, Q6 and so on.
There are various codes in those fields.
All I want to do is then have a query with a count of each individual code.
The only way I can think of doing this is by having a query for each Q field and then create another query that joins all the queries, Using LEFT JOINS.
This is the sample I have attached (although on a small sample of fields for ease of understanding). The problem with this is that I would have to do 97 queries in total, the 96 for each Q field and then the one to combine them all.
Can I do this with on Query, or do you have any other suggestions.
Thanks