I could really use some help from some of my favorite tipsters here...
I have a table that has 3 fields: A1ILC, A2ILC, & A3ILC
I have totaled these in my query with:
=([A1ILC]+[A2ILC]+[A3ILC]) - this would be Expr1
I have another 3 fields called: A1TS, A2TS, & A3TS
I have totaled these in my query with:
= ([A1TS]+[A2TS]+[A3TS]) - this would be Expr2
I have then divided Expr2 by Expr1 to get a percentage, or what we call in our lab an index.
Each record in this part of the data base will have an index calculation.
There will be many records in this table.
My challenge is I have to come up with a way to calculate the GRAND Total of the indexes. Or another words take Expr 1 from all records and divide it by Expr 2 of all records in the table to display on a form the grand total index number.
I've written two queries, 1 to calculate the index for the indiviual record and then the second to calculate the summary of the record indexes but how do I write a GRAND Total Querie?
I hope I've been clear enough with this to give you a good idea of my challenge.
Any help would be sincerely appreciated.
Labprof
I have a table that has 3 fields: A1ILC, A2ILC, & A3ILC
I have totaled these in my query with:
=([A1ILC]+[A2ILC]+[A3ILC]) - this would be Expr1
I have another 3 fields called: A1TS, A2TS, & A3TS
I have totaled these in my query with:
= ([A1TS]+[A2TS]+[A3TS]) - this would be Expr2
I have then divided Expr2 by Expr1 to get a percentage, or what we call in our lab an index.
Each record in this part of the data base will have an index calculation.
There will be many records in this table.
My challenge is I have to come up with a way to calculate the GRAND Total of the indexes. Or another words take Expr 1 from all records and divide it by Expr 2 of all records in the table to display on a form the grand total index number.
I've written two queries, 1 to calculate the index for the indiviual record and then the second to calculate the summary of the record indexes but how do I write a GRAND Total Querie?
I hope I've been clear enough with this to give you a good idea of my challenge.
Any help would be sincerely appreciated.
Labprof