i am making a database about the survaing instruments in my company and all i want to do i have a query that i collected all the data i want with the design i want and a made group by to the instrument according to the type of the instrument.
the field i want to run the DCount function on is the Type and first i make a count to count each group and within the group i want to count all the instrument from the same type that in our stores so i used this expression :
=DCount("[SN]";"MainInstrume ntQuery";"[Location]='Store'")
but all i got is the total numbers of all the types instead.
i'll appreciate any help,
thanks,
Rania
the field i want to run the DCount function on is the Type and first i make a count to count each group and within the group i want to count all the instrument from the same type that in our stores so i used this expression :
=DCount("[SN]";"MainInstrume ntQuery";"[Location]='Store'")
but all i got is the total numbers of all the types instead.
i'll appreciate any help,
thanks,
Rania
Comment