desertdirk
Programmer
HI
fairly new to all this and am working on a database that will generate electrical billing. I need to figure out how to retrieve an electric meter reading from the previous month so that I can then subtract it from the current reading. So far I have:
Table Meter Readings:
ID (pk)
MeterReadDate
SiteID (fk)
MeterReading
I am not sure how to approach this, ie what type of a search criteria I can use to retrieve this info.
Thanks for any help
DD
fairly new to all this and am working on a database that will generate electrical billing. I need to figure out how to retrieve an electric meter reading from the previous month so that I can then subtract it from the current reading. So far I have:
Table Meter Readings:
ID (pk)
MeterReadDate
SiteID (fk)
MeterReading
I am not sure how to approach this, ie what type of a search criteria I can use to retrieve this info.
Thanks for any help
DD