Hi Guys
I am trying to produce a report on a query, which will count the records the query holds.
I know that I can get the total by using =Count("*".
What I would like to also do, is get a count of each of the record types.
Record types range from numbers 1 to 10, and i would like to be able to display the number of record number 1, number 2 etc
I've heard about DCount, but not 100% positive how to implement it and if it will work for my requirements.
I will try and give an example of what I mean by using a mock sql statement, if anyone isn't getting what I mean.
=Count("*" where infoheading="1"
Would be very grateful for any help!!!
Best Wishes
Digga
I am trying to produce a report on a query, which will count the records the query holds.
I know that I can get the total by using =Count("*".
What I would like to also do, is get a count of each of the record types.
Record types range from numbers 1 to 10, and i would like to be able to display the number of record number 1, number 2 etc
I've heard about DCount, but not 100% positive how to implement it and if it will work for my requirements.
I will try and give an example of what I mean by using a mock sql statement, if anyone isn't getting what I mean.
=Count("*" where infoheading="1"
Would be very grateful for any help!!!
Best Wishes
Digga