M
Michele E
I have a database in which production data is entered. There is a field for
the [Rolls Produced] which is the total number of rolls of product we made
during a given shift. There is also an [Off Quality] field which gives the
total number of "bad" (not good quality) rolls that were made. I have 4 other
field which list the top number 1, 2, 3 and 4 reasons for the off quality
rolls. These fields are drop down list that the data entry person can choose
from. I aslo have 4 more fields to input the [Amount] of number of rolls
associated with each [Reason].
I need to report a summary that will give me the top reasons (and amounts)
for a given time period. I have created a query and a form (to input the
start and end date), but I do not know how to tell the report (or query) how
to sort the data by [Reason] and then add up the [Amounts] for each reason,
when there are 4 different [Reason] fields and 4 dfferent [Amount] fields.
My data looks like this:
Total Rolls Off Quality Reason 1 Amount 1 Reason 2 Amount 2
Reason 3.....
100 25 bad egdes 15 wrong size 10
98 12 wrong size 10 dirty
2
In many cases, the top reason (#1) will not always be the same, so I need to
add different field names together, based on the [Reason] for the off quality
rolls.
Can you help me?
Thanks.
the [Rolls Produced] which is the total number of rolls of product we made
during a given shift. There is also an [Off Quality] field which gives the
total number of "bad" (not good quality) rolls that were made. I have 4 other
field which list the top number 1, 2, 3 and 4 reasons for the off quality
rolls. These fields are drop down list that the data entry person can choose
from. I aslo have 4 more fields to input the [Amount] of number of rolls
associated with each [Reason].
I need to report a summary that will give me the top reasons (and amounts)
for a given time period. I have created a query and a form (to input the
start and end date), but I do not know how to tell the report (or query) how
to sort the data by [Reason] and then add up the [Amounts] for each reason,
when there are 4 different [Reason] fields and 4 dfferent [Amount] fields.
My data looks like this:
Total Rolls Off Quality Reason 1 Amount 1 Reason 2 Amount 2
Reason 3.....
100 25 bad egdes 15 wrong size 10
98 12 wrong size 10 dirty
2
In many cases, the top reason (#1) will not always be the same, so I need to
add different field names together, based on the [Reason] for the off quality
rolls.
Can you help me?
Thanks.