Objective:
- electronic form which displays 45 inspection points (rarely changes) - 3 additional columns - Rating (0, 1, 2) - CorrectiveAction (Immediate, SOP, WO) - Notes - Maintain inspection history - inspection date, production line inspected, production shift-crew inspected
Tables:
- Employee (empID (auto#), FName, LName, Shift, Line) - Audit Facts (ID#, textdescrip) tried with and without autonumber - Audit Details (auditID (auto#), auditdate, rating, action, notes) *(rating/action combobox)
A subform in a form has the 45 check points all tied to the Audit number. However, I cannot get the audit results to record, store and move into history.
every attempt i've made produces an audit number PER each 45 checkpts, as opposed to
Audit Date
AuditID(auto#)
AuditFact (list of 45 chckpts)
results
Audit1, 10/02/2010 -> *AuditPt Rate Action* IF1 0 WO IF2 2 SOP ... IF45 1 Immediate Audit2, 12/15/2010 -> *AuditPt Rate Action* IF1 1 WO IF2 0 SOP ... IF45 0 Immediate