View Full Version : statistics: How many days in a row...?


Fuga
05-26-2002, 11:49 AM
I have a table showing the highest temperature in a room during the day.

I want to be able to calculate how many days in a row, on average, the temperature rises above a certain temperature.

Fuga.

llkhoutx
05-27-2002, 11:34 AM
I would cycle through the table use DAO to count the consecutive days.

Fuga
05-27-2002, 12:21 PM
Ok. That sounds a bit out of my league, but IŽll give it a try.

Fuga.

DH
05-27-2002, 12:54 PM
Try this link as well
http://www.mvps.org/access/queries/qry0018.htm