I have a table with the following information:
Date
Operation
Assembly number
Pass Quantity
Fail Quantity
Problem Code
Serial number
For records within a certain date range (start & end dates are specified in a form calling the report), I calculate a first pass yield by taking the pass quantity and dividing it by the total number of items tested.
Here is where it gets tricky...
================================
I need to create a report with first pass yield by operation with the following format:
The First Operation
===============
First pass yield by Operation
This is all assemblies under that operation)
-overall # tested
This is the total of all assemblies tested within this operation)
-overall First pass yield
(This is the total first pass yield of the total number of assemblies tested within this operation)
Then within the section of this operation I need to display:
the First Assembly
-# units tested
-First Pass yield
-Breakdown of failures
-10 failures of problem code x
-3 failures of problem code y
Then by next Assembly
-# units tested
-First Pass yield
-Breakdown of failures
-10 failures of problem code x
-3 failures of problem code y
The next Operation...
(and all of the other operations in the same format as above...)
=======================
I have limited expertise with this and can't seem to figure out how to do the grouping for this with the wizard.
Also I am not sure if I can combine wizards or macros to do this..
Do I need to make this as a report/sub-report?
Do I need to have some su-queries to do this?
Any suggestions to point me in the right direction would be greatly appreciated.
Thanks!
Irethedo
Date
Operation
Assembly number
Pass Quantity
Fail Quantity
Problem Code
Serial number
For records within a certain date range (start & end dates are specified in a form calling the report), I calculate a first pass yield by taking the pass quantity and dividing it by the total number of items tested.
Here is where it gets tricky...
================================
I need to create a report with first pass yield by operation with the following format:
The First Operation
===============
First pass yield by Operation
This is all assemblies under that operation)
-overall # tested
This is the total of all assemblies tested within this operation)
-overall First pass yield
(This is the total first pass yield of the total number of assemblies tested within this operation)
Then within the section of this operation I need to display:
the First Assembly
-# units tested
-First Pass yield
-Breakdown of failures
-10 failures of problem code x
-3 failures of problem code y
Then by next Assembly
-# units tested
-First Pass yield
-Breakdown of failures
-10 failures of problem code x
-3 failures of problem code y
The next Operation...
(and all of the other operations in the same format as above...)
=======================
I have limited expertise with this and can't seem to figure out how to do the grouping for this with the wizard.
Also I am not sure if I can combine wizards or macros to do this..
Do I need to make this as a report/sub-report?
Do I need to have some su-queries to do this?
Any suggestions to point me in the right direction would be greatly appreciated.
Thanks!
Irethedo