Ok.. The techs read the meter and call in the number (not on a regular basis) Say the number is .75, I want a caluclation to take that number and multiply it by that meters specific multiplier (already entered into the database). What I am looking for is a query that will then filter for that months average and compare the 2. I don't know if I am going the longest way possible for this, but in the table I have: site,readdate(ave date the utility reads the meter),metermultiplier,avejandemand,avefebdemand....and so on.
I would really like an iff statement that would somehow figure out if todays date is before or after the scheduled utility meter read and give me the correct month's demand. I would settle for it just filtering for that month whether or not they are into another billing cycle.
Does that help?? What I ultimately need is something that ANYONE in the office can use to let the techs know how long they can keep the machine down for (ie. no demand savings left..take your time!!)
(We are trying to convert all of our excel charts into a database so that only one person in the office has to input the data. Currently 3 different people maintain their own charts.)