G
Guest
Hi,
I have a table that has an autonum primary key and fields of date, meterID,
reading and volume. What I would like is for the volume field to be the
result of a calculated field of the latest reading for a particular meterID
minus the previous meter reading for that same meterID (think water use). I
assume this can be done via an update query (?) if the user fills in the
meterID, date and reading, but I am getting rather confused.
Hopefully someone can shed some light on this. Any help greatly appreciated.
Thanks
I have a table that has an autonum primary key and fields of date, meterID,
reading and volume. What I would like is for the volume field to be the
result of a calculated field of the latest reading for a particular meterID
minus the previous meter reading for that same meterID (think water use). I
assume this can be done via an update query (?) if the user fills in the
meterID, date and reading, but I am getting rather confused.
Hopefully someone can shed some light on this. Any help greatly appreciated.
Thanks