Calculating Daily Values For a Month

scubagal

New member
Local time
Yesterday, 16:35
Joined
Mar 7, 2006
Messages
6
Hello all. I hope someone can lend a helping hand here. I am trying to create a query that will calculate a 24 hour value for every day of a month. For a month a go out a read meters. I need to get the difference of two readings by subtracting the first day from the second day and so on until I get to the end of the month. So, Day2-Day1=24 hour value, Day3-Day2, Day4- Day3... I have this in a spreadsheet but can't seem to grasp it for a query in a database. I would appreciate any help. Thanks.:confused: :D
 
the only thing i can advice is create a select grouping query based on the day,

period: day(date_field)
 

Users who are viewing this thread

Back
Top Bottom