I have a table with some data that I'm trying to run some stats on. I created a query in design mode to return the Avg, Min, Max StDev, etc. That all works fine. What I need is the number of data points > than the average value and the number of data points less than the average value. Is there a way to do this, short of writing my own function that I have call.