Hi there please can someone tell me how to create a query that will group a particular field and count the records in that field and return itsrecord with the maximum count..
The fields are in a single table.
For example if there were empleename,empt itle,and branch fields in a table and if there were many branches in a department, how can I create a query to return the branch with the highest no of employees.
Thanks
The fields are in a single table.
For example if there were empleename,empt itle,and branch fields in a table and if there were many branches in a department, how can I create a query to return the branch with the highest no of employees.
Thanks
Comment