Have a problem which can't seem to get my head around.
I have to write a access query which will count how many times each different attribute has one particular value in one table.
So attribute [admission_id] which can be duplicated in this table will have a particular value [yes] or [no] in different rows and for example I have to count the total [yes]'s that appear for each different [admission_id]. Have tried DCount but this just returns the entire count of [yes]'s or [no]'s in the whole table instead for each particular [addmission_id]. ..Thanks.
I have to write a access query which will count how many times each different attribute has one particular value in one table.
So attribute [admission_id] which can be duplicated in this table will have a particular value [yes] or [no] in different rows and for example I have to count the total [yes]'s that appear for each different [admission_id]. Have tried DCount but this just returns the entire count of [yes]'s or [no]'s in the whole table instead for each particular [addmission_id]. ..Thanks.