I'm working with a gradebook. I am trying to make a query with Averages by row. Here are the columns
Name Test Test Rem1 TestRem2 Test Ave
I need an average of the test
I tried this, which did not work.
Test Ave: IIf ([Test]>1,[Test])
OR IIf([Test Rem1]>1,[Test]+[Test Rem1] / 2)
IIf([Test Rem2]>1,[Test]+[Test Rem1]+[Test Rem2] /3)
Any help would be greatly appreciated
Thank you
Boneve
Name Test Test Rem1 TestRem2 Test Ave
I need an average of the test
I tried this, which did not work.
Test Ave: IIf ([Test]>1,[Test])
OR IIf([Test Rem1]>1,[Test]+[Test Rem1] / 2)
IIf([Test Rem2]>1,[Test]+[Test Rem1]+[Test Rem2] /3)
Any help would be greatly appreciated
Thank you
Boneve