D
DAB1477
Thanks in advance for the assist.
I have a form that collects downtime into a master table.
The form has 5 distinct fields to lace the downtime cause
and a separate field for the associated minutes. It looks
like this:
Downtime cause 1 Minutes
Downtime cause 2 Minutes
Downtime Cause 3 Minutes
Downtime Cause 4 Minutes
Downtime Cause 5 Minutes
Each of the above downtime causes is a drop down box
reading from a Master List of Downtime causes. This data
enters into a Master Table that looks like this:
Downtime Cause 1 Minutes Downtime Cause 2 Minutes....etc.
My issue is this:
How do I query the master table to sum all similar Causes
and minutes from each Downtime column?
For instance: Downtime Cause2 and Downtime Cause 4 may
have the same cause but different minutes. I want to
query to get reason "A" "sum of x minutes" from the list
of all downtime records. Ultimately, I want to pareto the
reasons and minutes to show me the major issues with
Downtime.
Thanks again
Dave B
I have a form that collects downtime into a master table.
The form has 5 distinct fields to lace the downtime cause
and a separate field for the associated minutes. It looks
like this:
Downtime cause 1 Minutes
Downtime cause 2 Minutes
Downtime Cause 3 Minutes
Downtime Cause 4 Minutes
Downtime Cause 5 Minutes
Each of the above downtime causes is a drop down box
reading from a Master List of Downtime causes. This data
enters into a Master Table that looks like this:
Downtime Cause 1 Minutes Downtime Cause 2 Minutes....etc.
My issue is this:
How do I query the master table to sum all similar Causes
and minutes from each Downtime column?
For instance: Downtime Cause2 and Downtime Cause 4 may
have the same cause but different minutes. I want to
query to get reason "A" "sum of x minutes" from the list
of all downtime records. Ultimately, I want to pareto the
reasons and minutes to show me the major issues with
Downtime.
Thanks again
Dave B