G
Geoff
Hi
I have a Access database which store data from my weather station.
I am struggling to write query which will give me the maximum temperature in
the last 24 hours.
I have date/time field
Select Max(temp) from tblsimpleweather where Now() hours less than 24 hours
Thank you in anticipation
I have a Access database which store data from my weather station.
I am struggling to write query which will give me the maximum temperature in
the last 24 hours.
I have date/time field
Select Max(temp) from tblsimpleweather where Now() hours less than 24 hours
Thank you in anticipation