S
Stacy
I have a data table with multiple species and measurements of the species
with qualifiers.
Location Species Source Length Weight
CA A Water # #
CA A water # #
CA A land # #
CA B Water # #
CA B land # #
FL A water # #
I am trying to get a query that averages the length of each species by
source ie average length of all individuals of species A from the water ( 2
individuals) in CA and 1 in FL so that the query outcome looks like…..
Location Species A_water Length Species A_water Weight Species B
length
CA # #
#
FL # #
#
I posted a more simplified question about a query average but I don’t think
that is the problem. I have tried several if then statements and using
aggregate avg functions but they either give me error messages about multiple
aggregate functions or do not average the correct number of animals.
I am a biologist and apologize for my lack of computer/access knowledge any
help would be appreciated.
Thank you!
with qualifiers.
Location Species Source Length Weight
CA A Water # #
CA A water # #
CA A land # #
CA B Water # #
CA B land # #
FL A water # #
I am trying to get a query that averages the length of each species by
source ie average length of all individuals of species A from the water ( 2
individuals) in CA and 1 in FL so that the query outcome looks like…..
Location Species A_water Length Species A_water Weight Species B
length
CA # #
#
FL # #
#
I posted a more simplified question about a query average but I don’t think
that is the problem. I have tried several if then statements and using
aggregate avg functions but they either give me error messages about multiple
aggregate functions or do not average the correct number of animals.
I am a biologist and apologize for my lack of computer/access knowledge any
help would be appreciated.
Thank you!