M
Mark Cline
I think I have a situation where a series of subtables 4 deep is necessary.
I am having trouble relating each of the tables so that data contained in a
subtable does not repeat itself when a particular entry in the table above it
repeats itself. I will describe what I want and any recommendations on
better options or a solution are welcome.
The database is going to be used to keep track of quality control audits.
Different QA techs input the audits they complete, the location they complete
them in, and what failures they noticed. The innermost table has product
information, failure code, and quantity failed. The next table up has audit
type, # inspected, and # passed. The next table up has line and shift. The
top table identifies the date and the QA tech. I would prefer to not create
a new user input column on any table because it would be a meaningless
quantity.
How can I fix the situation? Thanks in advance...
I am having trouble relating each of the tables so that data contained in a
subtable does not repeat itself when a particular entry in the table above it
repeats itself. I will describe what I want and any recommendations on
better options or a solution are welcome.
The database is going to be used to keep track of quality control audits.
Different QA techs input the audits they complete, the location they complete
them in, and what failures they noticed. The innermost table has product
information, failure code, and quantity failed. The next table up has audit
type, # inspected, and # passed. The next table up has line and shift. The
top table identifies the date and the QA tech. I would prefer to not create
a new user input column on any table because it would be a meaningless
quantity.
How can I fix the situation? Thanks in advance...