M
mcl
Is there a way to get Access 2003 to get past the whole number limit for top
percent?
I'm crunching a large amount of weather data for a particular station (I'm a
meteorologist).
There are as many as 5000 records per month with data going back to 1943. I
need to pull the
lowest 95.95% value for each month. I can use top 99 percent to get the 99%
value.
I select the values by month, sort descending and taking the top 99%. Then
use
that query as input to another to select the lowest value.
But can I somehow get 99.95%. Note that I don't know VBA.
So if you give me VBA code you need to be very specific.
percent?
I'm crunching a large amount of weather data for a particular station (I'm a
meteorologist).
There are as many as 5000 records per month with data going back to 1943. I
need to pull the
lowest 95.95% value for each month. I can use top 99 percent to get the 99%
value.
I select the values by month, sort descending and taking the top 99%. Then
use
that query as input to another to select the lowest value.
But can I somehow get 99.95%. Note that I don't know VBA.
So if you give me VBA code you need to be very specific.