Min Value Query

M

MLT

I have a table in Access with 3 columns: ID number, Time of
Measurement, Measurement Value. I want to find the minimum
Measurement Value, which I think is pretty easy by just doing a query
using Group By for ID number and Min for Measurement Value. But where
I am struggling is I also want to know the Time of Measurement
associated with that Min Value. If I add that to the query as Group
By then it seems to just disregard the Min for Measurement Value and
returns all Measurement Values.
 

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