Hi all,
I am wanting to join 2 tables and get the average of a particular field in one table, based off data from another table. For simplicity I have deleted a bunch of fields, but the relationship between the tables remains the same...
What I want is to find the average of HUData from table2 based off of SI_ID from tbl1. As you can see values in SI_ID are not unique, so I want to find the averages of each set of SI_IDs in an SQL query and display AS HUDAverages.
Can this be done? Again I deleted a bunch of other fields, but I kept the relationship the same (one to many for EU_IDs)
Thanks