dobosm1421
New member
- Local time
- Today, 15:34
- Joined
- Nov 2, 2013
- Messages
- 8
I am working with some temperature data and trying to extrapolate information for a summary. I have tables that include the location of where temperature is taken, and measurements taken each hour for each station everyday for a year. I would like to extract daily maximum and minimum temperature from these data.
I tried to group by min and max temp by the date given and that didn't work. Is there an efficient way for access to calculate the max and min values from such a dataset?
I tried to group by min and max temp by the date given and that didn't work. Is there an efficient way for access to calculate the max and min values from such a dataset?