I have a gradebook database. I would like to DROP the lowest test grade in a particular subject (not necessarily all subjects). Is there an expression I could write on a report (possibly query) to give me the average of all tests (not including the lowest grade?
Currently I have my average formula (in class header of Report)
text83 Sum([score])
text84 Sum([maxpoints])
text85 [text83]/[text84]
Thanks for any help anybody could offer.. Todd
Currently I have my average formula (in class header of Report)
text83 Sum([score])
text84 Sum([maxpoints])
text85 [text83]/[text84]
Thanks for any help anybody could offer.. Todd