J
Jeremy
Hi
I have created a database for my work using Access 2k2. I have around 18 tables feeding three main tables. The 18 tables store data for combo boxes to ensure the users are forced to enter the correct data to the three main tables
Here is my question: I am attempting to calculate Defect PPM by combining my 'concernlog' table and 'vendorshipments' table. The main values needed to complete this calculation are
Concernlog: [date], [defect_qty], [part_number], [supplier_id] (part number and supplier are combo boxes from other tables
Vendortable: [date], [ship_qty], [part_number], [supplier_id] (part number and supplier are combo boxes from other tables
I have used the standard query and report wizards and what I find is Access does combine the data, but it repeats the data from the concernlog until the qty from vendorshipments changes. Here is an example
supplier_id part_number date defect_qty ship_qt
Vendor#1 11111 01/12/04 2 130
Vendor#1 11111 01/13/04 2 100
Vendor#1 11111 01/30/04 2 120
Vendor#1 11111 01/31/04 2 110
With 50 entries for Vendor#1 shipping P/N 1111, it continues to show 2 defects per shipment even though there is only one instance of these 2 defects for a 12 month period. Once the ship_qty data is exhausted, then is starts the process over again but now the defect_qty is the changing value. It took my total of 184 defect reports and 1000 shipments and returned over 5000 total shipments and defect records. I have placed the key in the query for diagnostic purposes and found the key for either the defect or ship qty repeats when the qty repeats
What I need the report to do is show the total defect and shipments per supplier per part number monthly for no more then 12 months. Does anyone have any ideas
Thanks in advanced
Jeremy
I have created a database for my work using Access 2k2. I have around 18 tables feeding three main tables. The 18 tables store data for combo boxes to ensure the users are forced to enter the correct data to the three main tables
Here is my question: I am attempting to calculate Defect PPM by combining my 'concernlog' table and 'vendorshipments' table. The main values needed to complete this calculation are
Concernlog: [date], [defect_qty], [part_number], [supplier_id] (part number and supplier are combo boxes from other tables
Vendortable: [date], [ship_qty], [part_number], [supplier_id] (part number and supplier are combo boxes from other tables
I have used the standard query and report wizards and what I find is Access does combine the data, but it repeats the data from the concernlog until the qty from vendorshipments changes. Here is an example
supplier_id part_number date defect_qty ship_qt
Vendor#1 11111 01/12/04 2 130
Vendor#1 11111 01/13/04 2 100
Vendor#1 11111 01/30/04 2 120
Vendor#1 11111 01/31/04 2 110
With 50 entries for Vendor#1 shipping P/N 1111, it continues to show 2 defects per shipment even though there is only one instance of these 2 defects for a 12 month period. Once the ship_qty data is exhausted, then is starts the process over again but now the defect_qty is the changing value. It took my total of 184 defect reports and 1000 shipments and returned over 5000 total shipments and defect records. I have placed the key in the query for diagnostic purposes and found the key for either the defect or ship qty repeats when the qty repeats
What I need the report to do is show the total defect and shipments per supplier per part number monthly for no more then 12 months. Does anyone have any ideas
Thanks in advanced
Jeremy