Good day,
I need to create a query to select the first reading for every day where the data does not equal zero or less. I have a table generated by a data logger and records the data for every hour. The data recorded is for flow and there are times where there is no flow and as such I cannot select a specific time. I also need to specify a time after 8:00am as the day runs from 8:00am to 7:59am the following day.
How would I go about to create a query to extract the required data as I also have to create a second query based on the first by adding 4 hours to the time recorded.
Thank you for your time.
Hennie
I need to create a query to select the first reading for every day where the data does not equal zero or less. I have a table generated by a data logger and records the data for every hour. The data recorded is for flow and there are times where there is no flow and as such I cannot select a specific time. I also need to specify a time after 8:00am as the day runs from 8:00am to 7:59am the following day.
How would I go about to create a query to extract the required data as I also have to create a second query based on the first by adding 4 hours to the time recorded.
Thank you for your time.
Hennie