I had created a database for electricity bill for 400 plants maintained by my company. One of its feature is that it can generate report for average consumption (Average Consumption Report)for past bills for a period of months-that is to be the parameter of the underlying query for this report- ie for average for past 6 months, the parameter will prompt for 'start month' and 'end month'. So far this had been really helpful in quickly generating an average consumption data for all 400 plants in one report summary.
However, in applying the past average consumption data for the purpose of comparison against current bill(latest bill) to detect any abnormality in consumption trend based on established variance/benchmark percentage, this had to be done sort of manually. Firstly, I generate the summary report for all the latest bill (current bill)received for those 400 plants (Bill Received for The month Report), then export this to Excel sheet, then I generate the Average Consumption Report for immediate preceding bills and then export this to Word than from Word copy and paste to Excel since exporting directly to Excel from the report will create format problem. Both report are based on two different query but from the same table source.
So I have two Excel sheet open and tiled vertically for easy matching of the current bill for each plant to its corresponding average in another sheet and apply some formula in the Excel to calculate the variance between the current bill and its average consumption.
Its OK since it still quite effective however I am toying with
idea on how all this can be represented by one report that can show all this info, one report that can show the variance between the average consumption and current bill consumption.
This sure will subtantially cut short my current way of doing thing.
Hope anyone can come up with the suggestion, I think this is a bit on Query issue.
TQ

However, in applying the past average consumption data for the purpose of comparison against current bill(latest bill) to detect any abnormality in consumption trend based on established variance/benchmark percentage, this had to be done sort of manually. Firstly, I generate the summary report for all the latest bill (current bill)received for those 400 plants (Bill Received for The month Report), then export this to Excel sheet, then I generate the Average Consumption Report for immediate preceding bills and then export this to Word than from Word copy and paste to Excel since exporting directly to Excel from the report will create format problem. Both report are based on two different query but from the same table source.
So I have two Excel sheet open and tiled vertically for easy matching of the current bill for each plant to its corresponding average in another sheet and apply some formula in the Excel to calculate the variance between the current bill and its average consumption.
Its OK since it still quite effective however I am toying with
idea on how all this can be represented by one report that can show all this info, one report that can show the variance between the average consumption and current bill consumption.
This sure will subtantially cut short my current way of doing thing.
Hope anyone can come up with the suggestion, I think this is a bit on Query issue.
TQ
