Jun 26, 2020 08:09 AM
I have a table with a date and numeric field. It tracks a water meter reading. Is there any way that I can calculate usage by taking the current record meter reading and comparing the difference between that and the previous records meter reading then calculating the number of days difference between the current and previous record to come up with a litres usage per day?
Thanks in advance.
Jun 26, 2020 11:43 AM
Yes, but the only way I know of doing this is with a script block.
Jun 26, 2020 12:45 PM
Thanks - I feared that.