DMedian in access 2013, no values returned
问题 I have the following query in MS Access 2013 than does not return a Median value. The field IU is always NULL (blank) or 1. Column GM is a number formatted 0.0000 between -5 and 5 with NULL values in it occasionally. SELECT IU, DMedian("GM","tblFirst250","IU=1") AS MedianByIU FROM tblFirst250 WHERE IU = 1 GROUP BY IU; However, while attempting to debug this, when I use DAvg instead of DMedian I get an Average value. I got DMedian (because I understood that Access 2013 didn't have it) from: