This is more of a question as to DB Structure.
I haven't done MSAccess in many years...I'm working in Google AppSheet...I'm looking for DB assistance....
I'm starting to create a database to record water meter readings. I live in a small community in Colombia, S. America and the government recently told the aqueduct that they need to install water meters on all the homes.
I volunteered to help them gather the monthly data, and send the data to their billing app to make it much easier for them.
I have the following tables and Fields:
User: Name, MeterID, Branch (Some users have more than one meter)
Readings: MeterID, Current Reading, Previous Reading, Consumption, Date, Days since last reading
All of this works so far...but I forgot one important item and I don't know where to put it.
Several of the meters we will not be able to read because this is up in the mountains, homes are spread apart and difficult to access (plus, some have gates). I just realized my design doesn't include these meters that will have blank readings when I export the data at the end of each month.
I'm not sure how to capture those in the DB, calculate an estimated value based on previous readings, and include those in the export.
Any help would be appreciated.