Making life easier

Matizo

Registered User.
Local time
Today, 13:10
Joined
Oct 12, 2006
Messages
83
Hello,

I want to ask if it is possible to total the number of rows with the same data in the specified field.

Let's say that we have students A, B, C and D. There are ability levels 1, 2 and 3. The table shows:

Student Ability
A 1
B 1
C 2
D 3

and now we want to know how many students have ability 1, 2 and 3.
I want to do it in a query and then run a report on it or by sing the module.

I know we can create a query for each ability level and then set for example ability ="3". But is there any shorter way of solving it? Because at the present I have about 10 different ability levels and I have to include them in my database.

Thanks,
matt
 
Use a TotalsQuery, just add your criteria to restrict the results
 

Users who are viewing this thread

Back
Top Bottom