The median is a mathematical middle of a distribution of numbers
(quantities). By definition:
The median is the middle of a distribution: half the scores are above the
median and half are below the median. The median is less sensitive to
extreme scores than the mean and this makes it a better measure than the
mean for highly skewed distributions. The median income is usually more
informative than the mean income, for example.
The sum of the absolute deviations of each number from the median is lower
than is the sum of absolute deviations from any other number. Click here for
an example.
The mean, median, and mode are equal in symmetric distributions. The mean is
higher than the median in positively skewed distributions and lower than the
median in negatively skewed distributions Click here for examples.
Computation of Median
When there is an odd number of numbers, the median is simply the middle
number. For example, the median of 2, 4, and 7 is 4.
When there is an even number of numbers, the median is the mean of the two
middle numbers. Thus, the median of the numbers 2, 4, 7, 12 is (4+7)/2 =
5.5.
OK! so much for definitions. That doesn't answer your question, but it does
give you a goal to approach. Depending on the quantity of numbers you have
in your database and the distribution of those numbers it is difficult to
provide you an answer without more details. There is no specific function
in Access to arrive at a median because the median statistic is so dependent
on the universe of numbers you are working with. I hope the above
definition provides some insight to the problem, how to calculate it and
perhaps how to solve you problem.
Please send more details about your number universe and I may be able to
help you further.
Cheers,
Henry