Hi - I am learning as I go in Access...so far so good, but now I feel I am not seeing the best way to do this.
Each record in my DB has the following two fields:
Qlevel - possible values 1 - 9
Dcode - possible values a - h
I want to produce a query that will tell me counts of how many records have where:
Qlevel = 1 AND Dcode = a
Qlevel = 1 AND Dcode = b
Qlevel = 1 AND Dcode = c
....etc etc
..and then:
Qlevel = 2 AND Dcode = a
Qlevel = 2 AND Dcode = b
Qlevel = 2 AND Dcode = c
...etc etc...through all the possible permutations.
I can see how I can do this by building all the individual queries in design view but this seems rather labourious and am I sure there must be a nice easier way to do this. Am I just not understanding fully how to use SQL? Seems that way to me....
Can anyone enlighten me?
TIA
Andrew.
Each record in my DB has the following two fields:
Qlevel - possible values 1 - 9
Dcode - possible values a - h
I want to produce a query that will tell me counts of how many records have where:
Qlevel = 1 AND Dcode = a
Qlevel = 1 AND Dcode = b
Qlevel = 1 AND Dcode = c
....etc etc
..and then:
Qlevel = 2 AND Dcode = a
Qlevel = 2 AND Dcode = b
Qlevel = 2 AND Dcode = c
...etc etc...through all the possible permutations.
I can see how I can do this by building all the individual queries in design view but this seems rather labourious and am I sure there must be a nice easier way to do this. Am I just not understanding fully how to use SQL? Seems that way to me....
Can anyone enlighten me?
TIA
Andrew.