G
Gajendra
Hi I am implementing a report for Access database. In this database we have
some multivalued columns and I want to count on values, I mean
Ex. Column Name: Category
values: Student/Professor/Faculty
I want to count how many students, faculty, professor in the table and
how many students are professor and how many students are faculty or how
many persons lie on all three categories.
I am using expression builder for this I tried
DCount("
![ID]","Table", "
![Category] Like 'c*' ")
it is returing Error###
but
DCount("
![ID]","Table", "
![Name] Like 'c*' ") is working
It means this expression is working only for singlevalued columns, can you
tell me how to do it with multivalued column...
or any other way to solve above problem(count)?
some multivalued columns and I want to count on values, I mean
Ex. Column Name: Category
values: Student/Professor/Faculty
I want to count how many students, faculty, professor in the table and
how many students are professor and how many students are faculty or how
many persons lie on all three categories.
I am using expression builder for this I tried
DCount("
it is returing Error###
but
DCount("
It means this expression is working only for singlevalued columns, can you
tell me how to do it with multivalued column...
or any other way to solve above problem(count)?