Hi there,
I have the following table in an access dbase (refer to sample attachment) that holds temperature measurements (at ten minute intervals) from a series or weather stations. The table is described below:
FIELD, DESC
id, weather station id
temp, temperature reading of weather station
date_time, date/time field (read as: dd/mm/yyyy hh:mm)
I need to construct a query to extract the minimum temperature between the times 9.00am to 8.50am the following day (i.e. a 23hr50min range) for each day (or range) for each weather station. FYI each station (80 in total) has 5 months worth of ten minute temperature readings from 1/08/2011 to 30/11/2011. Can anyone help with this query for i can't figure this one out?