J
Jan via AccessMonster.com
I created a query based on a table that totals pieces of defective items
using simple expressions ([Total SV Ctns 1]*[Pieces per Ctn 1]). Entries are
made to this db daily to record defective production. Each record has an
entry for "disposition" which is a 7 record table (Pass, Reinspect, Discard,).
I have created a report for the previous weeks entries. I am trying to get
grand totals of pieces by each disposition and am having difficulty in
creating this in the report footer. The table looks something like:
Item Date Disposition Total Parts
123 04/16/06 Pass 500
321 04/17/06 Pass 500
432 04/18/06 Discard 250
234 04/19/06 Reinspect 100
543 04/19/06 Grind 0
I would like the total by disposition to be similar to:
Pass = 1,000
Discard = 250
Reinspect = 100
Grind = 0
Any help would be appreciated. Thank you in advance - Jan
using simple expressions ([Total SV Ctns 1]*[Pieces per Ctn 1]). Entries are
made to this db daily to record defective production. Each record has an
entry for "disposition" which is a 7 record table (Pass, Reinspect, Discard,).
I have created a report for the previous weeks entries. I am trying to get
grand totals of pieces by each disposition and am having difficulty in
creating this in the report footer. The table looks something like:
Item Date Disposition Total Parts
123 04/16/06 Pass 500
321 04/17/06 Pass 500
432 04/18/06 Discard 250
234 04/19/06 Reinspect 100
543 04/19/06 Grind 0
I would like the total by disposition to be similar to:
Pass = 1,000
Discard = 250
Reinspect = 100
Grind = 0
Any help would be appreciated. Thank you in advance - Jan