Need a query to output a sum of values, dependant on a different value in the record.
i.e.:
My table contains fields "Type of Aircraft" and "Aircrew per aircraft". The values for "Type of Aircraft" are AC-130, A-10, F-16, MH-60, etc.
The values for "Aircrew per Aircraft" are a number based on how many aircrew members are on an aircraft (i.e AC-130 is 14, A-10 is 1, etc).
I want to build a query that will total (sum) all of the "Aircrew per Aircraft", but grouped by the type of aircraft.
Thanks,
Vince
i.e.:
My table contains fields "Type of Aircraft" and "Aircrew per aircraft". The values for "Type of Aircraft" are AC-130, A-10, F-16, MH-60, etc.
The values for "Aircrew per Aircraft" are a number based on how many aircrew members are on an aircraft (i.e AC-130 is 14, A-10 is 1, etc).
I want to build a query that will total (sum) all of the "Aircrew per Aircraft", but grouped by the type of aircraft.
Thanks,
Vince