I have a table with 2 primary keys: Unit and Type
Each record has a field called allocation(number)
What I would like to do is find the total "allocation" for each type in a query. Another way of putting this is I would like to know my total number of items from all the units combined broken down by type.
Any idea how to do this? Thanks
Each record has a field called allocation(number)
What I would like to do is find the total "allocation" for each type in a query. Another way of putting this is I would like to know my total number of items from all the units combined broken down by type.
Any idea how to do this? Thanks