To Start this Off I am New to the Access World and I am trying to recreate in a more stable, user friendly and secure database a Quality Check Database (our previous one has crashed).
Background - We perform Quality Check Hourly and we (Management) would like to have a Form Where the Operator Selects the Mold, Press and Item - then Another Form Opens and the can enter the Visual Check Indicated (Each Part has different Visual Checks) - that form then populates a Summary Results Table that Can be Exported when needed (there will be another Form for Measurements and Table for Measurement ONLY Results).
How my Database is Set Up:
Tables -
FormData - This Created by a query - This Contains ALL Mold, Press, and Item Details - ALL with a Unique Key of PartID
Inspection Visual - This Contains by PartID all the Visual Checks Needed.
Inspection Results - This Table I would like to Populate from the Visual Inspection Form (Fields listed in the table are unbound field on the form)
Form -
Inspection Step 1 (Linked to FormData Table) - This is where the operator will use the Combo Box to Select the Item (Click Step 2 Button)
Inspection Step 2 (Linked to Inspection Visual Table) - This is where the Operator will Complete the Inspections (P/F) and I would Like the Date/Time, Lot, PartID, Mold, Press and Result all to populate the Inspection Results Table
There is a 3rd Step (Measurement Inspections) - However that form is not completed.
I would like the Result to be Saved as a NEW Record when Any of the Buttons are clicked (Visual ONLY, Press Down or Step 3) so essentially when the form is closed - all buttons are set to close the Form with the next Form is opened.
I have Tried the Link both the Inspection Visual and Inspection Results tables to the Step 2 Form - However when I did that the Visual Inspections did not Populated using the PartID as they Do now.
I have posted this on a couple other Boards (sorry I know that this Frowned Upon) however I have not Received any Responses and I am able to go into more details with the Pictures here.
Am I not setting this up correctly - I am trying to make sure that None of my Tables have duplicate information on them and to follow the whole Normalization Rules for Tables in Access.