E
E.Q.
I have a crew that creates a MS-Excel spreadsheet to report each day showing
the status alarms that appear on the process control computer trends for 57
sewage lift stations. I'm trying to show that perhaps a database would
provide a lot more flexibility. (Their report provides a per day status but
they would have to call up all reports if someone wanted a report for an
individual lift station. Also, their report is usually about 50 lines of
"OK" with only a few stations reporting any problems.)
I have extracted a month's worth of data and created some reports that I
think would be more meaningful. Now I'm wondering about how to make the data
entry form.
I normalized as best I could, meaning that each record contains the status
for one lift station.
The database consist of two tables. One table has the lift station data
(In-Plant ID No, trend number, lift station name, address, phone or radio
number, boolean if generator, boolean if QF reset.) The other table has the
status report (autoID,date, In-Plant ID No., status). The tables are linked
with the in-plant ID number.
The ideal form would have the common date stamp at the top with a "row" for
each lift station consisting of a control showing the name of the station and
another the status (defaulted to "OK").
How would I go about creating such a form?
Also, do I need to normalize further since I'm repeating the date of for
each status record?
Any info will be appreciated.
E.Q.
the status alarms that appear on the process control computer trends for 57
sewage lift stations. I'm trying to show that perhaps a database would
provide a lot more flexibility. (Their report provides a per day status but
they would have to call up all reports if someone wanted a report for an
individual lift station. Also, their report is usually about 50 lines of
"OK" with only a few stations reporting any problems.)
I have extracted a month's worth of data and created some reports that I
think would be more meaningful. Now I'm wondering about how to make the data
entry form.
I normalized as best I could, meaning that each record contains the status
for one lift station.
The database consist of two tables. One table has the lift station data
(In-Plant ID No, trend number, lift station name, address, phone or radio
number, boolean if generator, boolean if QF reset.) The other table has the
status report (autoID,date, In-Plant ID No., status). The tables are linked
with the in-plant ID number.
The ideal form would have the common date stamp at the top with a "row" for
each lift station consisting of a control showing the name of the station and
another the status (defaulted to "OK").
How would I go about creating such a form?
Also, do I need to normalize further since I'm repeating the date of for
each status record?
Any info will be appreciated.
E.Q.