I have a database that collects manufacturing incidents. I have hundreds of incidents per machine. I need to create a report where I know the amount of incidents per machine. The Reccount function gives me total amount of records in the database. Is there an easy way to know the amount of records per group?
I already started programming a loop where I create a View for each machine and count the records in that view and then I store them in an array but I thought it might be an easier way.
Any help would be appreciated.
thanks
I already started programming a loop where I create a View for each machine and count the records in that view and then I store them in an array but I thought it might be an easier way.
Any help would be appreciated.
thanks