query to find when an event happened

B

Bob H

I have 12 years of weather data in one table, and have queries to give
me total rainfalls between different dates etc, as well as max and min
temperatures.
What I would like now is a query to tell me what date in a selected
range the max or min temperature was.
I have tried the WHERE clause just see what it would return but I got a
syntax error.

Thanks
 
B

Bob H

Thanks for the link, but I can only get as far as the first query, where
it gives me the dates where we had rain, all 1100 of them. I can't
work out how to get the highest value of rainfall along with the date it
fell.

Thanks
 
D

Dale Fye

Bob,

It would be helpful if you would post the query you have. Trying to provide
you with a solution, without knowing what you are currently working with is a
real challenge.
 
B

Bob H

Dale, I managed to get this problem sorted now, thanks.
I ended up with just a simple query and using SELECT MAX to get what I
wanted. I've also used SELECT MIN for the minimum temperatures.

Thanks anyway
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top